class android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 implements android.os.Parcelable$Creator<android.bluetooth.BluetoothHidDeviceAppSdpSettings>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.bluetooth.BluetoothHidDeviceAppSdpSettings$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;

  public android.bluetooth.BluetoothHidDeviceAppSdpSettings createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
        start local 1 // android.os.Parcel in
         0: .line 101
            new android.bluetooth.BluetoothHidDeviceAppSdpSettings
            dup
         1: .line 102
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
         2: .line 103
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
         3: .line 104
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
         4: .line 105
            aload 1 /* in */
            invokevirtual android.os.Parcel.readByte:()B
         5: .line 106
            aload 1 /* in */
            invokevirtual android.os.Parcel.createByteArray:()[B
         6: .line 101
            invokespecial android.bluetooth.BluetoothHidDeviceAppSdpSettings.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V
            areturn
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;
            0    7     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public android.bluetooth.BluetoothHidDeviceAppSdpSettings[] newArray(int);
    descriptor: (I)[Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
        start local 1 // int size
         0: .line 111
            iload 1 /* size */
            anewarray android.bluetooth.BluetoothHidDeviceAppSdpSettings
            areturn
        end local 1 // int size
        end local 0 // android.bluetooth.BluetoothHidDeviceAppSdpSettings$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.bluetooth.BluetoothHidDeviceAppSdpSettings$1.createFromParcel:(Landroid/os/Parcel;)Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.bluetooth.BluetoothHidDeviceAppSdpSettings$1.newArray:(I)[Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;>;
SourceFile: "BluetoothHidDeviceAppSdpSettings.java"
EnclosingMethod: android.bluetooth.BluetoothHidDeviceAppSdpSettings
NestHost: android.bluetooth.BluetoothHidDeviceAppSdpSettings
InnerClasses:
  android.bluetooth.BluetoothHidDeviceAppSdpSettings$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable