class android.bluetooth.BluetoothHidDevice$CallbackWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.bluetooth.BluetoothHidDevice$CallbackWrapper
  super_class: java.lang.Object
{
  private final java.util.concurrent.Executor mExecutor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.bluetooth.BluetoothHidDevice$Callback mCallback;
    descriptor: Landroid/bluetooth/BluetoothHidDevice$Callback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.util.concurrent.Executor, android.bluetooth.BluetoothHidDevice$Callback);
    descriptor: (Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHidDevice$Callback;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 332
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDeviceCallback cannot be resolved to a type\n\tThe method onAppStatusChanged(BluetoothDevice, boolean) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onConnectionStateChanged(BluetoothDevice, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onGetReport(BluetoothDevice, byte, byte, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onSetReport(BluetoothDevice, byte, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onSetProtocol(BluetoothDevice, byte) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onInterruptData(BluetoothDevice, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onVirtualCableUnplug(BluetoothDevice) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
          Name  Flags
      executor  
      callback  

  public void onAppStatusChanged(android.bluetooth.BluetoothDevice, boolean);
    descriptor: (Landroid/bluetooth/BluetoothDevice;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 346
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onAppStatusChanged(BluetoothDevice, boolean) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
               Name  Flags
      pluggedDevice  
      registered     

  public void onConnectionStateChanged(android.bluetooth.BluetoothDevice, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onConnectionStateChanged(BluetoothDevice, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
        Name  Flags
      device  
      state   

  public void onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;BBI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 358
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onGetReport(BluetoothDevice, byte, byte, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
            Name  Flags
      device      
      type        
      id          
      bufferSize  

  public void onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;BB[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 364
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onSetReport(BluetoothDevice, byte, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
        Name  Flags
      device  
      type    
      id      
      data    

  public void onSetProtocol(android.bluetooth.BluetoothDevice, byte);
    descriptor: (Landroid/bluetooth/BluetoothDevice;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 370
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onSetProtocol(BluetoothDevice, byte) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
          Name  Flags
      device    
      protocol  

  public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onInterruptData(BluetoothDevice, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
          Name  Flags
      device    
      reportId  
      data      

  public void onVirtualCableUnplug(android.bluetooth.BluetoothDevice);
    descriptor: (Landroid/bluetooth/BluetoothDevice;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
         0: .line 382
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onVirtualCableUnplug(BluetoothDevice) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice$CallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;
    MethodParameters:
        Name  Flags
      device  
}
SourceFile: "BluetoothHidDevice.java"
NestHost: android.bluetooth.BluetoothHidDevice
InnerClasses:
  public abstract Callback = android.bluetooth.BluetoothHidDevice$Callback of android.bluetooth.BluetoothHidDevice
  private CallbackWrapper = android.bluetooth.BluetoothHidDevice$CallbackWrapper of android.bluetooth.BluetoothHidDevice