Class android.os.storage.StorageManager
Added Methods | |
---|---|
void allocateBytes (FileDescriptor, long )
|
|
void allocateBytes (UUID, long )
|
|
long getAllocatableBytes (UUID )
|
|
long getCacheQuotaBytes (UUID )
|
|
long getCacheSizeBytes (UUID )
|
|
UUID getUuidForPath (File )
|
|
boolean isCacheBehaviorGroup (File )
|
|
boolean isCacheBehaviorTombstone (File )
|
|
ParcelFileDescriptor openProxyFileDescriptor (int, ProxyFileDescriptorCallback, Handler )
|
|
void setCacheBehaviorGroup (File, boolean )
|
|
void setCacheBehaviorTombstone (File, boolean )
|
Added Fields | |
---|---|
String EXTRA_REQUESTED_BYTES
|
|
String EXTRA_UUID
|
|
UUID UUID_DEFAULT
|