public final class android.net.NetworkInfo$DetailedState extends java.lang.Enum<android.net.NetworkInfo$DetailedState>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: android.net.NetworkInfo$DetailedState
  super_class: java.lang.Enum
{
  public static final android.net.NetworkInfo$DetailedState IDLE;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState SCANNING;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState CONNECTING;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState AUTHENTICATING;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState OBTAINING_IPADDR;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState CONNECTED;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState SUSPENDED;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState DISCONNECTING;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState DISCONNECTED;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState FAILED;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState BLOCKED;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState VERIFYING_POOR_LINK;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.net.NetworkInfo$DetailedState CAPTIVE_PORTAL_CHECK;
    descriptor: Landroid/net/NetworkInfo$DetailedState;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final android.net.NetworkInfo$DetailedState[] ENUM$VALUES;
    descriptor: [Landroid/net/NetworkInfo$DetailedState;
    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 65
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "IDLE"
            iconst_0
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
         1: .line 66
            putstatic android.net.NetworkInfo$DetailedState.IDLE:Landroid/net/NetworkInfo$DetailedState;
         2: .line 67
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "SCANNING"
            iconst_1
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
         3: .line 68
            putstatic android.net.NetworkInfo$DetailedState.SCANNING:Landroid/net/NetworkInfo$DetailedState;
         4: .line 69
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "CONNECTING"
            iconst_2
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
         5: .line 70
            putstatic android.net.NetworkInfo$DetailedState.CONNECTING:Landroid/net/NetworkInfo$DetailedState;
         6: .line 71
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "AUTHENTICATING"
            iconst_3
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
         7: .line 72
            putstatic android.net.NetworkInfo$DetailedState.AUTHENTICATING:Landroid/net/NetworkInfo$DetailedState;
         8: .line 73
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "OBTAINING_IPADDR"
            iconst_4
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
         9: .line 74
            putstatic android.net.NetworkInfo$DetailedState.OBTAINING_IPADDR:Landroid/net/NetworkInfo$DetailedState;
        10: .line 75
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "CONNECTED"
            iconst_5
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        11: .line 76
            putstatic android.net.NetworkInfo$DetailedState.CONNECTED:Landroid/net/NetworkInfo$DetailedState;
        12: .line 77
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "SUSPENDED"
            bipush 6
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        13: .line 78
            putstatic android.net.NetworkInfo$DetailedState.SUSPENDED:Landroid/net/NetworkInfo$DetailedState;
        14: .line 79
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "DISCONNECTING"
            bipush 7
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        15: .line 80
            putstatic android.net.NetworkInfo$DetailedState.DISCONNECTING:Landroid/net/NetworkInfo$DetailedState;
        16: .line 81
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "DISCONNECTED"
            bipush 8
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        17: .line 82
            putstatic android.net.NetworkInfo$DetailedState.DISCONNECTED:Landroid/net/NetworkInfo$DetailedState;
        18: .line 83
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "FAILED"
            bipush 9
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        19: .line 84
            putstatic android.net.NetworkInfo$DetailedState.FAILED:Landroid/net/NetworkInfo$DetailedState;
        20: .line 85
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "BLOCKED"
            bipush 10
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        21: .line 86
            putstatic android.net.NetworkInfo$DetailedState.BLOCKED:Landroid/net/NetworkInfo$DetailedState;
        22: .line 87
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "VERIFYING_POOR_LINK"
            bipush 11
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        23: .line 88
            putstatic android.net.NetworkInfo$DetailedState.VERIFYING_POOR_LINK:Landroid/net/NetworkInfo$DetailedState;
        24: .line 89
            new android.net.NetworkInfo$DetailedState
            dup
            ldc "CAPTIVE_PORTAL_CHECK"
            bipush 12
            invokespecial android.net.NetworkInfo$DetailedState.<init>:(Ljava/lang/String;I)V
        25: .line 90
            putstatic android.net.NetworkInfo$DetailedState.CAPTIVE_PORTAL_CHECK:Landroid/net/NetworkInfo$DetailedState;
        26: .line 64
            bipush 13
            anewarray android.net.NetworkInfo$DetailedState
            dup
            iconst_0
            getstatic android.net.NetworkInfo$DetailedState.IDLE:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            iconst_1
            getstatic android.net.NetworkInfo$DetailedState.SCANNING:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            iconst_2
            getstatic android.net.NetworkInfo$DetailedState.CONNECTING:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            iconst_3
            getstatic android.net.NetworkInfo$DetailedState.AUTHENTICATING:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            iconst_4
            getstatic android.net.NetworkInfo$DetailedState.OBTAINING_IPADDR:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            iconst_5
            getstatic android.net.NetworkInfo$DetailedState.CONNECTED:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 6
            getstatic android.net.NetworkInfo$DetailedState.SUSPENDED:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 7
            getstatic android.net.NetworkInfo$DetailedState.DISCONNECTING:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 8
            getstatic android.net.NetworkInfo$DetailedState.DISCONNECTED:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 9
            getstatic android.net.NetworkInfo$DetailedState.FAILED:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 10
            getstatic android.net.NetworkInfo$DetailedState.BLOCKED:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 11
            getstatic android.net.NetworkInfo$DetailedState.VERIFYING_POOR_LINK:Landroid/net/NetworkInfo$DetailedState;
            aastore
            dup
            bipush 12
            getstatic android.net.NetworkInfo$DetailedState.CAPTIVE_PORTAL_CHECK:Landroid/net/NetworkInfo$DetailedState;
            aastore
            putstatic android.net.NetworkInfo$DetailedState.ENUM$VALUES:[Landroid/net/NetworkInfo$DetailedState;
            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.net.NetworkInfo$DetailedState this
         0: .line 64
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // android.net.NetworkInfo$DetailedState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/NetworkInfo$DetailedState;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static android.net.NetworkInfo$DetailedState[] values();
    descriptor: ()[Landroid/net/NetworkInfo$DetailedState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic android.net.NetworkInfo$DetailedState.ENUM$VALUES:[Landroid/net/NetworkInfo$DetailedState;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray android.net.NetworkInfo$DetailedState
            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.net.NetworkInfo$DetailedState valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/net/NetworkInfo$DetailedState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Landroid/net/NetworkInfo$DetailedState;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast android.net.NetworkInfo$DetailedState
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Landroid/net/NetworkInfo$DetailedState;>;
SourceFile: "NetworkInfo.java"
NestHost: android.net.NetworkInfo
InnerClasses:
  public final DetailedState = android.net.NetworkInfo$DetailedState of android.net.NetworkInfo