public final class android.bluetooth.BluetoothCodecStatus implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.BluetoothCodecStatus
  super_class: java.lang.Object
{
  public static final java.lang.String EXTRA_CODEC_STATUS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.codec.extra.CODEC_STATUS"

  private final android.bluetooth.BluetoothCodecConfig mCodecConfig;
    descriptor: Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.bluetooth.BluetoothCodecConfig[] mCodecsLocalCapabilities;
    descriptor: [Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.bluetooth.BluetoothCodecConfig[] mCodecsSelectableCapabilities;
    descriptor: [Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.bluetooth.BluetoothCodecStatus> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/bluetooth/BluetoothCodecStatus;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 109
            new android.bluetooth.BluetoothCodecStatus$1
            dup
            invokespecial android.bluetooth.BluetoothCodecStatus$1.<init>:()V
         1: .line 108
            putstatic android.bluetooth.BluetoothCodecStatus.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 126
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.bluetooth.BluetoothCodecConfig, android.bluetooth.BluetoothCodecConfig[], android.bluetooth.BluetoothCodecConfig[]);
    descriptor: (Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothCodecStatus this
        start local 1 // android.bluetooth.BluetoothCodecConfig codecConfig
        start local 2 // android.bluetooth.BluetoothCodecConfig[] codecsLocalCapabilities
        start local 3 // android.bluetooth.BluetoothCodecConfig[] codecsSelectableCapabilities
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* codecConfig */
            putfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
         2: .line 51
            aload 0 /* this */
            aload 2 /* codecsLocalCapabilities */
            putfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
         3: .line 52
            aload 0 /* this */
            aload 3 /* codecsSelectableCapabilities */
            putfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
         4: .line 53
            return
        end local 3 // android.bluetooth.BluetoothCodecConfig[] codecsSelectableCapabilities
        end local 2 // android.bluetooth.BluetoothCodecConfig[] codecsLocalCapabilities
        end local 1 // android.bluetooth.BluetoothCodecConfig codecConfig
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    5     0                          this  Landroid/bluetooth/BluetoothCodecStatus;
            0    5     1                   codecConfig  Landroid/bluetooth/BluetoothCodecConfig;
            0    5     2       codecsLocalCapabilities  [Landroid/bluetooth/BluetoothCodecConfig;
            0    5     3  codecsSelectableCapabilities  [Landroid/bluetooth/BluetoothCodecConfig;
    MethodParameters:
                              Name  Flags
      codecConfig                   
      codecsLocalCapabilities       
      codecsSelectableCapabilities  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.bluetooth.BluetoothCodecStatus this
        start local 1 // java.lang.Object o
         0: .line 57
            aload 1 /* o */
            instanceof android.bluetooth.BluetoothCodecStatus
            ifeq 10
         1: .line 58
            aload 1 /* o */
            checkcast android.bluetooth.BluetoothCodecStatus
            astore 2 /* other */
        start local 2 // android.bluetooth.BluetoothCodecStatus other
         2: .line 59
            aload 2 /* other */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         3: .line 60
            aload 2 /* other */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            invokestatic android.bluetooth.BluetoothCodecStatus.sameCapabilities:([Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)Z
            ifeq 9
         4: .line 61
            aload 2 /* other */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
         5: .line 62
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
         6: .line 61
            invokestatic android.bluetooth.BluetoothCodecStatus.sameCapabilities:([Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)Z
         7: .line 62
            ifeq 9
         8: .line 59
            iconst_1
            ireturn
      StackMap locals: android.bluetooth.BluetoothCodecStatus
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // android.bluetooth.BluetoothCodecStatus other
        10: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/bluetooth/BluetoothCodecStatus;
            0   11     1      o  Ljava/lang/Object;
            2   10     2  other  Landroid/bluetooth/BluetoothCodecStatus;
    MethodParameters:
      Name  Flags
      o     

  private static boolean sameCapabilities(android.bluetooth.BluetoothCodecConfig[], android.bluetooth.BluetoothCodecConfig[]);
    descriptor: ([Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothCodecConfig[] c1
        start local 1 // android.bluetooth.BluetoothCodecConfig[] c2
         0: .line 77
            aload 0 /* c1 */
            ifnonnull 3
         1: .line 78
            aload 1 /* c2 */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* c2 */
            ifnonnull 5
         4: .line 81
            iconst_0
            ireturn
         5: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* c1 */
            arraylength
            aload 1 /* c2 */
            arraylength
            if_icmpeq 7
         6: .line 84
            iconst_0
            ireturn
         7: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* c1 */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* c2 */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // android.bluetooth.BluetoothCodecConfig[] c2
        end local 0 // android.bluetooth.BluetoothCodecConfig[] c1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0    c1  [Landroid/bluetooth/BluetoothCodecConfig;
            0    8     1    c2  [Landroid/bluetooth/BluetoothCodecConfig;
    MethodParameters:
      Name  Flags
      c1    
      c2    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 91
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            aastore
            dup
            iconst_2
         1: .line 92
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            aastore
         2: .line 91
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/BluetoothCodecStatus;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 97
            new java.lang.StringBuilder
            dup
            ldc "{mCodecConfig:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         1: .line 98
            ldc ",mCodecsLocalCapabilities:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 99
            ldc ",mCodecsSelectableCapabilities:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 100
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 97
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/BluetoothCodecStatus;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 105
            iconst_0
            ireturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothCodecStatus this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 130
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            iconst_0
            invokevirtual android.os.Parcel.writeTypedObject:(Landroid/os/Parcelable;I)V
         1: .line 131
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            iconst_0
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         2: .line 132
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            iconst_0
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         3: .line 133
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/bluetooth/BluetoothCodecStatus;
            0    4     1    out  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  public android.bluetooth.BluetoothCodecConfig getCodecConfig();
    descriptor: ()Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 141
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
            areturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus;

  public android.bluetooth.BluetoothCodecConfig[] getCodecsLocalCapabilities();
    descriptor: ()[Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 150
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            areturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus;

  public android.bluetooth.BluetoothCodecConfig[] getCodecsSelectableCapabilities();
    descriptor: ()[Landroid/bluetooth/BluetoothCodecConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothCodecStatus this
         0: .line 159
            aload 0 /* this */
            getfield android.bluetooth.BluetoothCodecStatus.mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
            areturn
        end local 0 // android.bluetooth.BluetoothCodecStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothCodecStatus;
}
SourceFile: "BluetoothCodecStatus.java"
NestMembers:
  android.bluetooth.BluetoothCodecStatus$1
InnerClasses:
  android.bluetooth.BluetoothCodecStatus$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable