public class android.net.NetworkQuotaInfo implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.NetworkQuotaInfo
  super_class: java.lang.Object
{
  public static final long NO_LIMIT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.NetworkQuotaInfo this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/net/NetworkQuotaInfo;

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.net.NetworkQuotaInfo this
        start local 1 // android.os.Parcel in
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/net/NetworkQuotaInfo;
            0    2     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public long getEstimatedBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.net.NetworkQuotaInfo this
         0: .line 40
            lconst_0
            lreturn
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/NetworkQuotaInfo;

  public long getSoftLimitBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.net.NetworkQuotaInfo this
         0: .line 44
            ldc -1
            lreturn
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/NetworkQuotaInfo;

  public long getHardLimitBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.net.NetworkQuotaInfo this
         0: .line 48
            ldc -1
            lreturn
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/NetworkQuotaInfo;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.net.NetworkQuotaInfo this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 58
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.net.NetworkQuotaInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/net/NetworkQuotaInfo;
            0    1     1    out  Landroid/os/Parcel;
            0    1     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  
}
SourceFile: "NetworkQuotaInfo.java"
NestMembers:
  android.net.NetworkQuotaInfo$1
InnerClasses:
  android.net.NetworkQuotaInfo$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()