class android.bluetooth.BluetoothCodecStatus$1 implements android.os.Parcelable$Creator<android.bluetooth.BluetoothCodecStatus>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.bluetooth.BluetoothCodecStatus$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.BluetoothCodecStatus$1 this
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.bluetooth.BluetoothCodecStatus$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus$1;

  public android.bluetooth.BluetoothCodecStatus createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/bluetooth/BluetoothCodecStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.bluetooth.BluetoothCodecStatus$1 this
        start local 1 // android.os.Parcel in
         0: .line 111
            aload 1 /* in */
         1: .line 112
            getstatic android.bluetooth.BluetoothCodecConfig.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 111
            invokevirtual android.os.Parcel.readTypedObject:(Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothCodecConfig
            astore 2 /* codecConfig */
        start local 2 // android.bluetooth.BluetoothCodecConfig codecConfig
         3: .line 113
            aload 1 /* in */
         4: .line 114
            getstatic android.bluetooth.BluetoothCodecConfig.CREATOR:Landroid/os/Parcelable$Creator;
         5: .line 113
            invokevirtual android.os.Parcel.createTypedArray:(Landroid/os/Parcelable$Creator;)[Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothCodecConfig[]
            astore 3 /* codecsLocalCapabilities */
        start local 3 // android.bluetooth.BluetoothCodecConfig[] codecsLocalCapabilities
         6: .line 115
            aload 1 /* in */
         7: .line 116
            getstatic android.bluetooth.BluetoothCodecConfig.CREATOR:Landroid/os/Parcelable$Creator;
         8: .line 115
            invokevirtual android.os.Parcel.createTypedArray:(Landroid/os/Parcelable$Creator;)[Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothCodecConfig[]
            astore 4 /* codecsSelectableCapabilities */
        start local 4 // android.bluetooth.BluetoothCodecConfig[] codecsSelectableCapabilities
         9: .line 118
            new android.bluetooth.BluetoothCodecStatus
            dup
            aload 2 /* codecConfig */
        10: .line 119
            aload 3 /* codecsLocalCapabilities */
        11: .line 120
            aload 4 /* codecsSelectableCapabilities */
        12: .line 118
            invokespecial android.bluetooth.BluetoothCodecStatus.<init>:(Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)V
            areturn
        end local 4 // android.bluetooth.BluetoothCodecConfig[] codecsSelectableCapabilities
        end local 3 // android.bluetooth.BluetoothCodecConfig[] codecsLocalCapabilities
        end local 2 // android.bluetooth.BluetoothCodecConfig codecConfig
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothCodecStatus$1 this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   13     0                          this  Landroid/bluetooth/BluetoothCodecStatus$1;
            0   13     1                            in  Landroid/os/Parcel;
            3   13     2                   codecConfig  Landroid/bluetooth/BluetoothCodecConfig;
            6   13     3       codecsLocalCapabilities  [Landroid/bluetooth/BluetoothCodecConfig;
            9   13     4  codecsSelectableCapabilities  [Landroid/bluetooth/BluetoothCodecConfig;
    MethodParameters:
      Name  Flags
      in    

  public android.bluetooth.BluetoothCodecStatus[] newArray(int);
    descriptor: (I)[Landroid/bluetooth/BluetoothCodecStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothCodecStatus$1 this
        start local 1 // int size
         0: .line 124
            iload 1 /* size */
            anewarray android.bluetooth.BluetoothCodecStatus
            areturn
        end local 1 // int size
        end local 0 // android.bluetooth.BluetoothCodecStatus$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus$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.BluetoothCodecStatus$1.createFromParcel:(Landroid/os/Parcel;)Landroid/bluetooth/BluetoothCodecStatus;
            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.BluetoothCodecStatus$1.newArray:(I)[Landroid/bluetooth/BluetoothCodecStatus;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/bluetooth/BluetoothCodecStatus;>;
SourceFile: "BluetoothCodecStatus.java"
EnclosingMethod: android.bluetooth.BluetoothCodecStatus
NestHost: android.bluetooth.BluetoothCodecStatus
InnerClasses:
  android.bluetooth.BluetoothCodecStatus$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable