Searched defs:allocateBytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java789 * {@link #allocateBytes(FileDescriptor, long)}.
1670 * @see #allocateBytes(UUID, long, int)
1671 * @see #allocateBytes(FileDescriptor, long, int)
1708 * space for yourself using {@link #allocateBytes(UUID, long)} or
1709 * {@link #allocateBytes(FileDescriptor, long)}.
1736 * using {@link #allocateBytes(UUID, long)} or
1737 * {@link #allocateBytes(FileDescriptor, long)}.
1774 * {@link #allocateBytes(FileDescriptor, long)} which will guarantee
1791 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) method in class:StorageManager
1793 allocateBytes(storageUui
1800 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, method in class:StorageManager
1843 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { method in class:StorageManager
1851 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, method in class:StorageManager
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2943 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { method in class:StorageManagerService

Completed in 452 milliseconds