public final class android.bluetooth.BluetoothHealthAppConfiguration implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.BluetoothHealthAppConfiguration
  super_class: java.lang.Object
{
  private final java.lang.String mName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mDataType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mRole;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mChannelType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
        start local 1 // java.lang.String name
        start local 2 // int dataType
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* name */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
         2: .line 44
            aload 0 /* this */
            iload 2 /* dataType */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
         3: .line 45
            aload 0 /* this */
            iconst_2
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
         4: .line 46
            aload 0 /* this */
            bipush 12
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
         5: .line 47
            return
        end local 2 // int dataType
        end local 1 // java.lang.String name
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/bluetooth/BluetoothHealthAppConfiguration;
            0    6     1      name  Ljava/lang/String;
            0    6     2  dataType  I
    MethodParameters:
          Name  Flags
      name      
      dataType  

  void <init>(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
        start local 1 // java.lang.String name
        start local 2 // int dataType
        start local 3 // int role
        start local 4 // int channelType
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* name */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
         2: .line 60
            aload 0 /* this */
            iload 2 /* dataType */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
         3: .line 61
            aload 0 /* this */
            iload 3 /* role */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
         4: .line 62
            aload 0 /* this */
            iload 4 /* channelType */
            putfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
         5: .line 63
            return
        end local 4 // int channelType
        end local 3 // int role
        end local 2 // int dataType
        end local 1 // java.lang.String name
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/bluetooth/BluetoothHealthAppConfiguration;
            0    6     1         name  Ljava/lang/String;
            0    6     2     dataType  I
            0    6     3         role  I
            0    6     4  channelType  I
    MethodParameters:
             Name  Flags
      name         
      dataType     
      role         
      channelType  

  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.BluetoothHealthAppConfiguration this
        start local 1 // java.lang.Object o
         0: .line 67
            aload 1 /* o */
            instanceof android.bluetooth.BluetoothHealthAppConfiguration
            ifeq 7
         1: .line 68
            aload 1 /* o */
            checkcast android.bluetooth.BluetoothHealthAppConfiguration
            astore 2 /* config */
        start local 2 // android.bluetooth.BluetoothHealthAppConfiguration config
         2: .line 70
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            ifnonnull 3
            iconst_0
            ireturn
         3: .line 72
      StackMap locals: android.bluetooth.BluetoothHealthAppConfiguration
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            aload 2 /* config */
            invokevirtual android.bluetooth.BluetoothHealthAppConfiguration.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
            aload 2 /* config */
            invokevirtual android.bluetooth.BluetoothHealthAppConfiguration.getDataType:()I
            if_icmpne 6
         4: .line 73
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
            aload 2 /* config */
            invokevirtual android.bluetooth.BluetoothHealthAppConfiguration.getRole:()I
            if_icmpne 6
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
            aload 2 /* config */
            invokevirtual android.bluetooth.BluetoothHealthAppConfiguration.getChannelType:()I
            if_icmpne 6
         5: .line 72
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // android.bluetooth.BluetoothHealthAppConfiguration config
         7: .line 75
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/bluetooth/BluetoothHealthAppConfiguration;
            0    8     1       o  Ljava/lang/Object;
            2    7     2  config  Landroid/bluetooth/BluetoothHealthAppConfiguration;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
         0: .line 80
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 81
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 3
      StackMap locals: android.bluetooth.BluetoothHealthAppConfiguration int
      StackMap stack: int
         2: iconst_0
      StackMap locals: android.bluetooth.BluetoothHealthAppConfiguration int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 82
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
            iadd
            istore 1 /* result */
         5: .line 83
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
            iadd
            istore 1 /* result */
         6: .line 84
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
            iadd
            istore 1 /* result */
         7: .line 85
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/bluetooth/BluetoothHealthAppConfiguration;
            1    8     1  result  I

  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.BluetoothHealthAppConfiguration this
         0: .line 90
            new java.lang.StringBuilder
            dup
            ldc "BluetoothHealthAppConfiguration [mName = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ",mDataType = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 91
            ldc ", mRole = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",mChannelType = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 90
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/BluetoothHealthAppConfiguration;

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

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
         0: .line 114
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHealthAppConfiguration;

  public int getRole();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
         0: .line 123
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
            ireturn
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHealthAppConfiguration;

  public int getChannelType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
         0: .line 134
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
            ireturn
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHealthAppConfiguration;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 157
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mName:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 158
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mDataType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 159
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mRole:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 160
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHealthAppConfiguration.mChannelType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 161
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothHealthAppConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/bluetooth/BluetoothHealthAppConfiguration;
            0    5     1    out  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  
}
SourceFile: "BluetoothHealthAppConfiguration.java"
NestMembers:
  android.bluetooth.BluetoothHealthAppConfiguration$1
InnerClasses:
  android.bluetooth.BluetoothHealthAppConfiguration$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable