public abstract class android.hardware.location.ContextHubManager$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.location.ContextHubManager$Callback
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ContextHubManager$Callback this
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.location.ContextHubManager$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ContextHubManager$Callback;

  public abstract void onMessageReceipt(int, int, android.hardware.location.ContextHubMessage);
    descriptor: (IILandroid/hardware/location/ContextHubMessage;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      hubHandle      
      nanoAppHandle  
      message        
}
SourceFile: "ContextHubManager.java"
NestHost: android.hardware.location.ContextHubManager
InnerClasses:
  public abstract Callback = android.hardware.location.ContextHubManager$Callback of android.hardware.location.ContextHubManager
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()