public final class android.mtp.MtpStorageInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.mtp.MtpStorageInfo
  super_class: java.lang.Object
{
  private int mStorageId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long mMaxCapacity;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long mFreeSpace;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mVolumeIdentifier;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            return
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/mtp/MtpStorageInfo;

  public final int getStorageId();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 45
            aload 0 /* this */
            getfield android.mtp.MtpStorageInfo.mStorageId:I
            ireturn
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/mtp/MtpStorageInfo;

  public final long getMaxCapacity();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 54
            aload 0 /* this */
            getfield android.mtp.MtpStorageInfo.mMaxCapacity:J
            lreturn
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/mtp/MtpStorageInfo;

  public final long getFreeSpace();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 63
            aload 0 /* this */
            getfield android.mtp.MtpStorageInfo.mFreeSpace:J
            lreturn
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/mtp/MtpStorageInfo;

  public final java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 74
            aload 0 /* this */
            getfield android.mtp.MtpStorageInfo.mDescription:Ljava/lang/String;
            areturn
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/mtp/MtpStorageInfo;

  public final java.lang.String getVolumeIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.mtp.MtpStorageInfo this
         0: .line 83
            aload 0 /* this */
            getfield android.mtp.MtpStorageInfo.mVolumeIdentifier:Ljava/lang/String;
            areturn
        end local 0 // android.mtp.MtpStorageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/mtp/MtpStorageInfo;
}
SourceFile: "MtpStorageInfo.java"