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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  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.ExternalStorageStats this
        start local 1 // android.os.Parcel in
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.totalBytes:J
         2: .line 112
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.audioBytes:J
         3: .line 113
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.videoBytes:J
         4: .line 114
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.imageBytes:J
         5: .line 115
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.appBytes:J
         6: .line 116
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.ExternalStorageStats.obbBytes:J
         7: .line 117
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.usage.ExternalStorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/app/usage/ExternalStorageStats;
            0    8     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.ExternalStorageStats this
         0: .line 121
            iconst_0
            ireturn
        end local 0 // android.app.usage.ExternalStorageStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/usage/ExternalStorageStats;

  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.ExternalStorageStats this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 126
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.totalBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         1: .line 127
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.audioBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         2: .line 128
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.videoBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         3: .line 129
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.imageBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         4: .line 130
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.appBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         5: .line 131
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.usage.ExternalStorageStats.obbBytes:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         6: .line 132
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.usage.ExternalStorageStats this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/app/usage/ExternalStorageStats;
            0    7     1   dest  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "ExternalStorageStats.java"
NestMembers:
  android.app.usage.ExternalStorageStats$1
InnerClasses:
  android.app.usage.ExternalStorageStats$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable