Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageHelperTests.java95 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(internalUuid), Mockito.anyInt())) in createStorageManagerMock()
97 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(adoptedUuid), Mockito.anyInt())) in createStorageManagerMock()
99 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(publicUuid), Mockito.anyInt())) in createStorageManagerMock()
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl187 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
DStorageManager.java2038 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() method in StorageManager
2040 return getAllocatableBytes(storageUuid, 0); in getAllocatableBytes()
2047 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() method in StorageManager
2050 return mStorageManager.getAllocatableBytes(convert(storageUuid), flags, in getAllocatableBytes()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java190 final long availBytes = storageManager.getAllocatableBytes(target, in resolveInstallVolume()
264 return (params.sizeBytes <= storage.getAllocatableBytes(target, in fitsOnInternal()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3198 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService
3245 final long allocatableBytes = getAllocatableBytes(volumeUuid, flags, callingPackage); in allocateBytes()
/frameworks/base/api/
Dsystem-current.txt5630 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID, @RequiresPermission …
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile1771 PLcom/android/server/StorageManagerService;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/Stri…