public interface android.hardware.location.IContextHubTransactionCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.IContextHubTransactionCallback
  super_class: java.lang.Object
{
  public abstract void onQueryResponse(int, java.util.List<android.hardware.location.NanoAppState>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (ILjava/util/List<Landroid/hardware/location/NanoAppState;>;)V
    MethodParameters:
             Name  Flags
      result       
      nanoappList  

  public abstract void onTransactionComplete(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "IContextHubTransactionCallback.java"
NestMembers:
  android.hardware.location.IContextHubTransactionCallback$Stub  android.hardware.location.IContextHubTransactionCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubTransactionCallback$Stub of android.hardware.location.IContextHubTransactionCallback