Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DInstallLocationUtils.java179 final long availBytes = storageManager.getAllocatableBytes(target, in checkFitOnVolume()
184 final long cacheClearable = storageManager.getAllocatableBytes(target, in checkFitOnVolume()
278 final long availBytes = storageManager.getAllocatableBytes(target, in resolveInstallVolume()
310 final long allocateableBytes = storage.getAllocatableBytes(target, in fitsOnInternal()
319 final long cacheClearable = storage.getAllocatableBytes(target, in fitsOnInternal()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DInstallLocationUtilsTests.java99 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(internalUuid), Mockito.anyInt())) in createStorageManagerMock()
101 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(adoptedUuid), Mockito.anyInt())) in createStorageManagerMock()
103 Mockito.when(storageManager.getAllocatableBytes(Mockito.eq(publicUuid), Mockito.anyInt())) in createStorageManagerMock()
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl157 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
DStorageManager.java2260 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() method in StorageManager
2262 return getAllocatableBytes(storageUuid, 0); in getAllocatableBytes()
2269 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() method in StorageManager
2272 return mStorageManager.getAllocatableBytes(convert(storageUuid), flags, in getAllocatableBytes()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4133 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService
4180 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes()
4185 final long cacheClearable = getAllocatableBytes(volumeUuid, in allocateBytes()
/frameworks/base/boot/
Dboot-image-profile.txt13071 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la…
13088 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
/frameworks/base/core/api/
Dsystem-current.txt11450 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID, @RequiresPermission …
Dcurrent.txt34420 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID) throws java.io.IOExc…
/frameworks/base/config/
Dboot-image-profile.txt13074 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la…
13091 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt38025 Landroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/…
38143 Landroid/os/storage/IStorageManager;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/String;)J