public final class android.net.metrics.DhcpErrorEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.net.metrics.DhcpErrorEvent
  super_class: java.lang.Object
{
  public static final int L2_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int L3_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int L4_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int DHCP_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int MISC_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int L2_TOO_SHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L2_WRONG_ETH_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L3_TOO_SHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L3_NOT_IPV4;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L3_INVALID_IP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L4_NOT_UDP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int L4_WRONG_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int BOOTP_TOO_SHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DHCP_BAD_MAGIC_COOKIE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DHCP_INVALID_OPTION_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DHCP_NO_MSG_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DHCP_UNKNOWN_MSG_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DHCP_NO_COOKIE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int BUFFER_UNDERFLOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int RECEIVE_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int PARSING_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public final int errorCode;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            iconst_1
            iconst_1
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L2_TOO_SHORT:I
         1: .line 37
            iconst_1
            iconst_2
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L2_WRONG_ETH_TYPE:I
         2: .line 39
            iconst_2
            iconst_1
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L3_TOO_SHORT:I
         3: .line 40
            iconst_2
            iconst_2
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L3_NOT_IPV4:I
         4: .line 41
            iconst_2
            iconst_3
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L3_INVALID_IP:I
         5: .line 43
            iconst_3
            iconst_1
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L4_NOT_UDP:I
         6: .line 44
            iconst_3
            iconst_2
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.L4_WRONG_PORT:I
         7: .line 46
            iconst_4
            iconst_1
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.BOOTP_TOO_SHORT:I
         8: .line 47
            iconst_4
            iconst_2
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE:I
         9: .line 48
            iconst_4
            iconst_3
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH:I
        10: .line 49
            iconst_4
            iconst_4
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.DHCP_NO_MSG_TYPE:I
        11: .line 50
            iconst_4
            iconst_5
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.DHCP_UNKNOWN_MSG_TYPE:I
        12: .line 51
            iconst_4
            bipush 6
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.DHCP_NO_COOKIE:I
        13: .line 53
            iconst_5
            iconst_1
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.BUFFER_UNDERFLOW:I
        14: .line 54
            iconst_5
            iconst_2
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.RECEIVE_ERROR:I
        15: .line 55
            iconst_5
            iconst_3
            invokestatic android.net.metrics.DhcpErrorEvent.makeErrorCode:(II)I
            putstatic android.net.metrics.DhcpErrorEvent.PARSING_ERROR:I
        16: .line 83
            new android.net.metrics.DhcpErrorEvent$1
            dup
            invokespecial android.net.metrics.DhcpErrorEvent$1.<init>:()V
        17: .line 82
            putstatic android.net.metrics.DhcpErrorEvent.CREATOR:Landroid/os/Parcelable$Creator;
        18: .line 91
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.metrics.DhcpErrorEvent this
        start local 1 // int errorCode
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield android.net.metrics.DhcpErrorEvent.errorCode:I
         2: .line 66
            return
        end local 1 // int errorCode
        end local 0 // android.net.metrics.DhcpErrorEvent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/net/metrics/DhcpErrorEvent;
            0    3     1  errorCode  I
    MethodParameters:
           Name  Flags
      errorCode  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.metrics.DhcpErrorEvent this
        start local 1 // android.os.Parcel in
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.net.metrics.DhcpErrorEvent.errorCode:I
         2: .line 70
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.net.metrics.DhcpErrorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/net/metrics/DhcpErrorEvent;
            0    3     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  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.net.metrics.DhcpErrorEvent this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 74
            aload 1 /* out */
            aload 0 /* this */
            getfield android.net.metrics.DhcpErrorEvent.errorCode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 75
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.net.metrics.DhcpErrorEvent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/net/metrics/DhcpErrorEvent;
            0    2     1    out  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

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

  public static int errorCodeWithOption(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int errorCode
        start local 1 // int option
         0: .line 94
            ldc -65536
            iload 0 /* errorCode */
            iand
            sipush 255
            iload 1 /* option */
            iand
            ior
            ireturn
        end local 1 // int option
        end local 0 // int errorCode
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  errorCode  I
            0    1     1     option  I
    MethodParameters:
           Name  Flags
      errorCode  
      option     

  private static int makeErrorCode(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int type
        start local 1 // int subtype
         0: .line 98
            iload 0 /* type */
            bipush 24
            ishl
            sipush 255
            iload 1 /* subtype */
            iand
            bipush 16
            ishl
            ior
            ireturn
        end local 1 // int subtype
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     type  I
            0    1     1  subtype  I
    MethodParameters:
         Name  Flags
      type     
      subtype  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.net.metrics.DhcpErrorEvent this
         0: .line 103
            ldc "DhcpErrorEvent(%s)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic android.net.metrics.DhcpErrorEvent$Decoder.constants:Landroid/util/SparseArray;
            aload 0 /* this */
            getfield android.net.metrics.DhcpErrorEvent.errorCode:I
            invokevirtual android.util.SparseArray.get:(I)Ljava/lang/Object;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // android.net.metrics.DhcpErrorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/metrics/DhcpErrorEvent;
}
SourceFile: "DhcpErrorEvent.java"
NestMembers:
  android.net.metrics.DhcpErrorEvent$1  android.net.metrics.DhcpErrorEvent$Decoder
InnerClasses:
  android.net.metrics.DhcpErrorEvent$1
  final Decoder = android.net.metrics.DhcpErrorEvent$Decoder of android.net.metrics.DhcpErrorEvent
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable