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

  private final android.hardware.location.ContextHubTransaction val$transaction;
    descriptor: Landroid/hardware/location/ContextHubTransaction;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void onQueryResponse(int, java.util.List<android.hardware.location.NanoAppState>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.hardware.location.ContextHubManager$3 this
        start local 1 // int result
        start local 2 // java.util.List nanoappList
         0: .line 357
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$3.val$transaction:Landroid/hardware/location/ContextHubTransaction;
            new android.hardware.location.ContextHubTransaction$Response
            dup
         1: .line 358
            iload 1 /* result */
            aload 2 /* nanoappList */
            invokespecial android.hardware.location.ContextHubTransaction$Response.<init>:(ILjava/lang/Object;)V
         2: .line 357
            invokevirtual android.hardware.location.ContextHubTransaction.setResponse:(Landroid/hardware/location/ContextHubTransaction$Response;)V
         3: .line 359
            return
        end local 2 // java.util.List nanoappList
        end local 1 // int result
        end local 0 // android.hardware.location.ContextHubManager$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/hardware/location/ContextHubManager$3;
            0    4     1       result  I
            0    4     2  nanoappList  Ljava/util/List<Landroid/hardware/location/NanoAppState;>;
    Signature: (ILjava/util/List<Landroid/hardware/location/NanoAppState;>;)V
    MethodParameters:
             Name  Flags
      result       
      nanoappList  

  public void onTransactionComplete(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.hardware.location.ContextHubManager$3 this
        start local 1 // int result
         0: .line 363
            ldc "ContextHubManager"
            ldc "Received a non-query callback on a query request"
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         1: .line 364
            aload 0 /* this */
            getfield android.hardware.location.ContextHubManager$3.val$transaction:Landroid/hardware/location/ContextHubTransaction;
            new android.hardware.location.ContextHubTransaction$Response
            dup
         2: .line 365
            bipush 7
            aconst_null
            invokespecial android.hardware.location.ContextHubTransaction$Response.<init>:(ILjava/lang/Object;)V
         3: .line 364
            invokevirtual android.hardware.location.ContextHubTransaction.setResponse:(Landroid/hardware/location/ContextHubTransaction$Response;)V
         4: .line 366
            return
        end local 1 // int result
        end local 0 // android.hardware.location.ContextHubManager$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/hardware/location/ContextHubManager$3;
            0    5     1  result  I
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "ContextHubManager.java"
EnclosingMethod: android.hardware.location.ContextHubManager.createQueryCallback:(Landroid/hardware/location/ContextHubTransaction;)Landroid/hardware/location/IContextHubTransactionCallback;
NestHost: android.hardware.location.ContextHubManager
InnerClasses:
  android.hardware.location.ContextHubManager$3
  public Response = android.hardware.location.ContextHubTransaction$Response of android.hardware.location.ContextHubTransaction
  public abstract Stub = android.hardware.location.IContextHubTransactionCallback$Stub of android.hardware.location.IContextHubTransactionCallback