Searched defs:allocateBytes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 2087 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() method in StorageManager 2096 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager 2138 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager 2146 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager
|
D | IStorageManager.aidl | 188 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78; in allocateBytes() method
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3242 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { in allocateBytes() method in StorageManagerService
|