public class android.hardware.location.ContextHubClientCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.location.ContextHubClientCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ContextHubClientCallback this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ContextHubClientCallback;

  public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardware.location.NanoAppMessage);
    descriptor: (Landroid/hardware/location/ContextHubClient;Landroid/hardware/location/NanoAppMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // android.hardware.location.NanoAppMessage message
         0: .line 50
            return
        end local 2 // android.hardware.location.NanoAppMessage message
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1   client  Landroid/hardware/location/ContextHubClient;
            0    1     2  message  Landroid/hardware/location/NanoAppMessage;
    MethodParameters:
         Name  Flags
      client   
      message  

  public void onHubReset(android.hardware.location.ContextHubClient);
    descriptor: (Landroid/hardware/location/ContextHubClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
         0: .line 57
            return
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1  client  Landroid/hardware/location/ContextHubClient;
    MethodParameters:
        Name  Flags
      client  

  public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
    descriptor: (Landroid/hardware/location/ContextHubClient;JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=4
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // long nanoAppId
        start local 4 // int abortCode
         0: .line 66
            return
        end local 4 // int abortCode
        end local 2 // long nanoAppId
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1     client  Landroid/hardware/location/ContextHubClient;
            0    1     2  nanoAppId  J
            0    1     4  abortCode  I
    MethodParameters:
           Name  Flags
      client     
      nanoAppId  
      abortCode  

  public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long);
    descriptor: (Landroid/hardware/location/ContextHubClient;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // long nanoAppId
         0: .line 74
            return
        end local 2 // long nanoAppId
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1     client  Landroid/hardware/location/ContextHubClient;
            0    1     2  nanoAppId  J
    MethodParameters:
           Name  Flags
      client     
      nanoAppId  

  public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long);
    descriptor: (Landroid/hardware/location/ContextHubClient;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // long nanoAppId
         0: .line 82
            return
        end local 2 // long nanoAppId
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1     client  Landroid/hardware/location/ContextHubClient;
            0    1     2  nanoAppId  J
    MethodParameters:
           Name  Flags
      client     
      nanoAppId  

  public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long);
    descriptor: (Landroid/hardware/location/ContextHubClient;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // long nanoAppId
         0: .line 90
            return
        end local 2 // long nanoAppId
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1     client  Landroid/hardware/location/ContextHubClient;
            0    1     2  nanoAppId  J
    MethodParameters:
           Name  Flags
      client     
      nanoAppId  

  public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long);
    descriptor: (Landroid/hardware/location/ContextHubClient;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // android.hardware.location.ContextHubClientCallback this
        start local 1 // android.hardware.location.ContextHubClient client
        start local 2 // long nanoAppId
         0: .line 98
            return
        end local 2 // long nanoAppId
        end local 1 // android.hardware.location.ContextHubClient client
        end local 0 // android.hardware.location.ContextHubClientCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/location/ContextHubClientCallback;
            0    1     1     client  Landroid/hardware/location/ContextHubClient;
            0    1     2  nanoAppId  J
    MethodParameters:
           Name  Flags
      client     
      nanoAppId  
}
SourceFile: "ContextHubClientCallback.java"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()