class android.hardware.location.ContextHubManager$1 extends android.hardware.location.IContextHubCallback$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.ContextHubManager$1
  super_class: android.hardware.location.IContextHubCallback$Stub
{
  final android.hardware.location.ContextHubManager this$0;
    descriptor: Landroid/hardware/location/ContextHubManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.hardware.location.ContextHubManager);
    descriptor: (Landroid/hardware/location/ContextHubManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.ContextHubManager$1 this
         0: .line 725
            aload 0 /* this */
            aload 1
            putfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            aload 0 /* this */
            invokespecial android.hardware.location.IContextHubCallback$Stub.<init>:()V
            return
        end local 0 // android.hardware.location.ContextHubManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ContextHubManager$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onMessageReceipt(int, int, android.hardware.location.ContextHubMessage);
    descriptor: (IILandroid/hardware/location/ContextHubMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=4
        start local 0 // android.hardware.location.ContextHubManager$1 this
        start local 1 // int hubId
        start local 2 // int nanoAppId
        start local 3 // android.hardware.location.ContextHubMessage message
         0: .line 729
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mCallback:Landroid/hardware/location/ContextHubManager$Callback;
            ifnull 12
         1: .line 730
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 731
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mCallback:Landroid/hardware/location/ContextHubManager$Callback;
            astore 5 /* callback */
        start local 5 // android.hardware.location.ContextHubManager$Callback callback
         3: .line 732
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mCallbackHandler:Landroid/os/Handler;
            ifnonnull 5
         4: .line 733
            new android.os.Handler
            dup
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mMainLooper:Landroid/os/Looper;
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
            goto 6
      StackMap locals: android.hardware.location.ContextHubManager$1 android.hardware.location.ContextHubManager$Callback
      StackMap stack:
         5: aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mCallbackHandler:Landroid/os/Handler;
         6: .line 732
      StackMap locals:
      StackMap stack: android.os.Handler
            astore 6 /* handler */
        start local 6 // android.os.Handler handler
         7: .line 734
            aload 6 /* handler */
            new android.hardware.location.ContextHubManager$1$1
            dup
            aload 0 /* this */
            aload 5 /* callback */
            iload 1 /* hubId */
            iload 2 /* nanoAppId */
            aload 3 /* message */
            invokespecial android.hardware.location.ContextHubManager$1$1.<init>:(Landroid/hardware/location/ContextHubManager$1;Landroid/hardware/location/ContextHubManager$Callback;IILandroid/hardware/location/ContextHubMessage;)V
            invokevirtual android.os.Handler.post:(Ljava/lang/Runnable;)Z
            pop
        end local 6 // android.os.Handler handler
        end local 5 // android.hardware.location.ContextHubManager$Callback callback
         8: .line 730
            aload 4
            monitorexit
         9: goto 19
      StackMap locals: android.hardware.location.ContextHubManager$1 int int android.hardware.location.ContextHubMessage android.hardware.location.ContextHubManager$1
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mLocalCallback:Landroid/hardware/location/ContextHubManager$ICallback;
            ifnull 19
        13: .line 744
            aload 0 /* this */
            dup
            astore 4
            monitorenter
        14: .line 745
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$1.this$0:Landroid/hardware/location/ContextHubManager;
            getfield android.hardware.location.ContextHubManager.mLocalCallback:Landroid/hardware/location/ContextHubManager$ICallback;
            iload 1 /* hubId */
            iload 2 /* nanoAppId */
            aload 3 /* message */
            invokeinterface android.hardware.location.ContextHubManager$ICallback.onMessageReceipt:(IILandroid/hardware/location/ContextHubMessage;)V
        15: .line 744
            aload 4
            monitorexit
        16: goto 19
      StackMap locals: android.hardware.location.ContextHubManager$1 int int android.hardware.location.ContextHubMessage android.hardware.location.ContextHubManager$1
      StackMap stack: java.lang.Throwable
        17: aload 4
            monitorexit
        18: athrow
        19: .line 748
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.hardware.location.ContextHubMessage message
        end local 2 // int nanoAppId
        end local 1 // int hubId
        end local 0 // android.hardware.location.ContextHubManager$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Landroid/hardware/location/ContextHubManager$1;
            0   20     1      hubId  I
            0   20     2  nanoAppId  I
            0   20     3    message  Landroid/hardware/location/ContextHubMessage;
            3    8     5   callback  Landroid/hardware/location/ContextHubManager$Callback;
            7    8     6    handler  Landroid/os/Handler;
      Exception table:
        from    to  target  type
           2     9      10  any
          10    11      10  any
          14    16      17  any
          17    18      17  any
    MethodParameters:
           Name  Flags
      hubId      final
      nanoAppId  final
      message    final
}
SourceFile: "ContextHubManager.java"
EnclosingMethod: android.hardware.location.ContextHubManager
NestHost: android.hardware.location.ContextHubManager
InnerClasses:
  android.hardware.location.ContextHubManager$1
  android.hardware.location.ContextHubManager$1$1
  public abstract ICallback = android.hardware.location.ContextHubManager$ICallback of android.hardware.location.ContextHubManager
  public abstract Stub = android.hardware.location.IContextHubCallback$Stub of android.hardware.location.IContextHubCallback