Home
last modified time | relevance | path

Searched refs:allocatableBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3265 final long allocatableBytes = getAllocatableBytes(volumeUuid, flags, callingPackage); in allocateBytes() local
3266 if (bytes > allocatableBytes) { in allocateBytes()
3268 + " because only " + allocatableBytes + " allocatable")); in allocateBytes()