public final class MtpStorageInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description string for the storage unit.
|
long |
getFreeSpace()
Returns the amount of free space in the storage unit in bytes
|
long |
getMaxCapacity()
Returns the maximum storage capacity for the storage unit in bytes
|
int |
getStorageId()
Returns the storage ID for the storage unit.
|
String |
getVolumeIdentifier()
Returns the volume identifier for the storage unit
|
public final int getStorageId()
public final long getMaxCapacity()
public final long getFreeSpace()
public final String getDescription()
public final String getVolumeIdentifier()