class android.printservice.recommendation.RecommendationService$MyHandler extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.printservice.recommendation.RecommendationService$MyHandler
  super_class: android.os.Handler
{
  static final int MSG_CONNECT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int MSG_DISCONNECT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int MSG_UPDATE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  final android.printservice.recommendation.RecommendationService this$0;
    descriptor: Landroid/printservice/recommendation/RecommendationService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.printservice.recommendation.RecommendationService);
    descriptor: (Landroid/printservice/recommendation/RecommendationService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.printservice.recommendation.RecommendationService$MyHandler this
         0: .line 106
            aload 0 /* this */
            aload 1
            putfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
         1: .line 107
            aload 0 /* this */
            invokestatic android.os.Looper.getMainLooper:()Landroid/os/Looper;
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
         2: .line 108
            return
        end local 0 // android.printservice.recommendation.RecommendationService$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/printservice/recommendation/RecommendationService$MyHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.printservice.recommendation.RecommendationService$MyHandler this
        start local 1 // android.os.Message msg
         0: .line 112
            aload 1 /* msg */
            getfield android.os.Message.what:I
            tableswitch { // 1 - 3
                    1: 1
                    2: 4
                    3: 7
              default: 11
          }
         1: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.printservice.recommendation.IRecommendationServiceCallbacks
            putfield android.printservice.recommendation.RecommendationService.mCallbacks:Landroid/printservice/recommendation/IRecommendationServiceCallbacks;
         2: .line 115
            aload 0 /* this */
            getfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
            invokevirtual android.printservice.recommendation.RecommendationService.onConnected:()V
         3: .line 116
            goto 11
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
            invokevirtual android.printservice.recommendation.RecommendationService.onDisconnected:()V
         5: .line 119
            aload 0 /* this */
            getfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
            aconst_null
            putfield android.printservice.recommendation.RecommendationService.mCallbacks:Landroid/printservice/recommendation/IRecommendationServiceCallbacks;
         6: .line 120
            goto 11
         7: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.printservice.recommendation.RecommendationService$MyHandler.this$0:Landroid/printservice/recommendation/RecommendationService;
            getfield android.printservice.recommendation.RecommendationService.mCallbacks:Landroid/printservice/recommendation/IRecommendationServiceCallbacks;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface android.printservice.recommendation.IRecommendationServiceCallbacks.onRecommendationsUpdated:(Ljava/util/List;)V
         8: .line 128
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: astore 2 /* e */
        start local 2 // java.lang.Exception e
        10: .line 129
            ldc "PrintServiceRecS"
            ldc "Could not update recommended services"
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // java.lang.Exception e
        11: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // android.printservice.recommendation.RecommendationService$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/printservice/recommendation/RecommendationService$MyHandler;
            0   12     1   msg  Landroid/os/Message;
           10   11     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7     8       9  Class android.os.RemoteException
           7     8       9  Class java.lang.NullPointerException
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "RecommendationService.java"
NestHost: android.printservice.recommendation.RecommendationService
InnerClasses:
  private MyHandler = android.printservice.recommendation.RecommendationService$MyHandler of android.printservice.recommendation.RecommendationService