public final class android.app.usage.StorageStats implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.app.usage.StorageStats
  super_class: java.lang.Object
{
  public long codeBytes;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long dataBytes;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long cacheBytes;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

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

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

  public long getAppBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.StorageStats this
         0: .line 46
            aload 0 /* this */
            getfield android.app.usage.StorageStats.codeBytes:J
            lreturn
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/usage/StorageStats;

  public long getCodeBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.StorageStats this
         0: .line 52
            aload 0 /* this */
            invokevirtual android.app.usage.StorageStats.getAppBytes:()J
            lreturn
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/usage/StorageStats;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public long getDataBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.StorageStats this
         0: .line 69
            aload 0 /* this */
            getfield android.app.usage.StorageStats.dataBytes:J
            lreturn
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/usage/StorageStats;

  public long getCacheBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.StorageStats this
         0: .line 83
            aload 0 /* this */
            getfield android.app.usage.StorageStats.cacheBytes:J
            lreturn
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/usage/StorageStats;

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

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.usage.StorageStats this
        start local 1 // android.os.Parcel in
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.StorageStats.codeBytes:J
         2: .line 93
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.StorageStats.dataBytes:J
         3: .line 94
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.StorageStats.cacheBytes:J
         4: .line 95
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/usage/StorageStats;
            0    5     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.usage.StorageStats this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 104
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.StorageStats.codeBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         1: .line 105
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.StorageStats.dataBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         2: .line 106
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.StorageStats.cacheBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         3: .line 107
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.usage.StorageStats this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/app/usage/StorageStats;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "StorageStats.java"
NestMembers:
  android.app.usage.StorageStats$1
InnerClasses:
  android.app.usage.StorageStats$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable