Methods Summary |
---|
public final java.lang.String | getDescription()Returns the description string for the storage unit.
This is typically displayed to the user in the user interface on the
MTP host.
return mDescription;
|
public final long | getFreeSpace()Returns the amount of free space in the storage unit in bytes
return mFreeSpace;
|
public final long | getMaxCapacity()Returns the maximum storage capacity for the storage unit in bytes
return mMaxCapacity;
|
public final int | getStorageId()Returns the storage ID for the storage unit.
The storage ID uniquely identifies the storage unit on the MTP device.
return mStorageId;
|
public final java.lang.String | getVolumeIdentifier()Returns the volume identifier for the storage unit
return mVolumeIdentifier;
|