final class android.bluetooth.BluetoothSocket$SocketState extends java.lang.Enum<android.bluetooth.BluetoothSocket$SocketState>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: android.bluetooth.BluetoothSocket$SocketState
  super_class: java.lang.Enum
{
  public static final android.bluetooth.BluetoothSocket$SocketState INIT;
    descriptor: Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.bluetooth.BluetoothSocket$SocketState CONNECTED;
    descriptor: Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.bluetooth.BluetoothSocket$SocketState LISTENING;
    descriptor: Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.bluetooth.BluetoothSocket$SocketState CLOSED;
    descriptor: Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final android.bluetooth.BluetoothSocket$SocketState[] ENUM$VALUES;
    descriptor: [Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 148
            new android.bluetooth.BluetoothSocket$SocketState
            dup
            ldc "INIT"
            iconst_0
            invokespecial android.bluetooth.BluetoothSocket$SocketState.<init>:(Ljava/lang/String;I)V
            putstatic android.bluetooth.BluetoothSocket$SocketState.INIT:Landroid/bluetooth/BluetoothSocket$SocketState;
         1: .line 149
            new android.bluetooth.BluetoothSocket$SocketState
            dup
            ldc "CONNECTED"
            iconst_1
            invokespecial android.bluetooth.BluetoothSocket$SocketState.<init>:(Ljava/lang/String;I)V
            putstatic android.bluetooth.BluetoothSocket$SocketState.CONNECTED:Landroid/bluetooth/BluetoothSocket$SocketState;
         2: .line 150
            new android.bluetooth.BluetoothSocket$SocketState
            dup
            ldc "LISTENING"
            iconst_2
            invokespecial android.bluetooth.BluetoothSocket$SocketState.<init>:(Ljava/lang/String;I)V
            putstatic android.bluetooth.BluetoothSocket$SocketState.LISTENING:Landroid/bluetooth/BluetoothSocket$SocketState;
         3: .line 151
            new android.bluetooth.BluetoothSocket$SocketState
            dup
            ldc "CLOSED"
            iconst_3
            invokespecial android.bluetooth.BluetoothSocket$SocketState.<init>:(Ljava/lang/String;I)V
            putstatic android.bluetooth.BluetoothSocket$SocketState.CLOSED:Landroid/bluetooth/BluetoothSocket$SocketState;
         4: .line 147
            iconst_4
            anewarray android.bluetooth.BluetoothSocket$SocketState
            dup
            iconst_0
            getstatic android.bluetooth.BluetoothSocket$SocketState.INIT:Landroid/bluetooth/BluetoothSocket$SocketState;
            aastore
            dup
            iconst_1
            getstatic android.bluetooth.BluetoothSocket$SocketState.CONNECTED:Landroid/bluetooth/BluetoothSocket$SocketState;
            aastore
            dup
            iconst_2
            getstatic android.bluetooth.BluetoothSocket$SocketState.LISTENING:Landroid/bluetooth/BluetoothSocket$SocketState;
            aastore
            dup
            iconst_3
            getstatic android.bluetooth.BluetoothSocket$SocketState.CLOSED:Landroid/bluetooth/BluetoothSocket$SocketState;
            aastore
            putstatic android.bluetooth.BluetoothSocket$SocketState.ENUM$VALUES:[Landroid/bluetooth/BluetoothSocket$SocketState;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothSocket$SocketState this
         0: .line 147
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // android.bluetooth.BluetoothSocket$SocketState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothSocket$SocketState;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static android.bluetooth.BluetoothSocket$SocketState[] values();
    descriptor: ()[Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic android.bluetooth.BluetoothSocket$SocketState.ENUM$VALUES:[Landroid/bluetooth/BluetoothSocket$SocketState;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray android.bluetooth.BluetoothSocket$SocketState
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static android.bluetooth.BluetoothSocket$SocketState valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/bluetooth/BluetoothSocket$SocketState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Landroid/bluetooth/BluetoothSocket$SocketState;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast android.bluetooth.BluetoothSocket$SocketState
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Landroid/bluetooth/BluetoothSocket$SocketState;>;
SourceFile: "BluetoothSocket.java"
NestHost: android.bluetooth.BluetoothSocket
InnerClasses:
  private final SocketState = android.bluetooth.BluetoothSocket$SocketState of android.bluetooth.BluetoothSocket