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

  public android.bluetooth.BluetoothCodecConfig createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=15, locals=15, args_size=2
        start local 0 // android.bluetooth.BluetoothCodecConfig$1 this
        start local 1 // android.os.Parcel in
         0: .line 214
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* codecType */
        start local 2 // int codecType
         1: .line 215
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* codecPriority */
        start local 3 // int codecPriority
         2: .line 216
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* sampleRate */
        start local 4 // int sampleRate
         3: .line 217
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* bitsPerSample */
        start local 5 // int bitsPerSample
         4: .line 218
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* channelMode */
        start local 6 // int channelMode
         5: .line 219
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 7 /* codecSpecific1 */
        start local 7 // long codecSpecific1
         6: .line 220
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 9 /* codecSpecific2 */
        start local 9 // long codecSpecific2
         7: .line 221
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 11 /* codecSpecific3 */
        start local 11 // long codecSpecific3
         8: .line 222
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 13 /* codecSpecific4 */
        start local 13 // long codecSpecific4
         9: .line 223
            new android.bluetooth.BluetoothCodecConfig
            dup
            iload 2 /* codecType */
            iload 3 /* codecPriority */
        10: .line 224
            iload 4 /* sampleRate */
            iload 5 /* bitsPerSample */
        11: .line 225
            iload 6 /* channelMode */
            lload 7 /* codecSpecific1 */
        12: .line 226
            lload 9 /* codecSpecific2 */
            lload 11 /* codecSpecific3 */
        13: .line 227
            lload 13 /* codecSpecific4 */
        14: .line 223
            invokespecial android.bluetooth.BluetoothCodecConfig.<init>:(IIIIIJJJJ)V
            areturn
        end local 13 // long codecSpecific4
        end local 11 // long codecSpecific3
        end local 9 // long codecSpecific2
        end local 7 // long codecSpecific1
        end local 6 // int channelMode
        end local 5 // int bitsPerSample
        end local 4 // int sampleRate
        end local 3 // int codecPriority
        end local 2 // int codecType
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothCodecConfig$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Landroid/bluetooth/BluetoothCodecConfig$1;
            0   15     1              in  Landroid/os/Parcel;
            1   15     2       codecType  I
            2   15     3   codecPriority  I
            3   15     4      sampleRate  I
            4   15     5   bitsPerSample  I
            5   15     6     channelMode  I
            6   15     7  codecSpecific1  J
            7   15     9  codecSpecific2  J
            8   15    11  codecSpecific3  J
            9   15    13  codecSpecific4  J
    MethodParameters:
      Name  Flags
      in    

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