Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java173 final long availBytes = storageManager.getAllocatableBytes(target, in checkFitOnVolume()
178 final long cacheClearable = storageManager.getAllocatableBytes(target, in checkFitOnVolume()
272 final long availBytes = storageManager.getAllocatableBytes(target, in resolveInstallVolume()
296 final long allocateableBytes = storage.getAllocatableBytes(target, in fitsOnInternal()
305 final long cacheClearable = storage.getAllocatableBytes(target, in fitsOnInternal()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A 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()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl189 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
H A DStorageManager.java2279 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() method in StorageManager
2281 return getAllocatableBytes(storageUuid, 0); in getAllocatableBytes()
2288 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() method in StorageManager
2291 return mStorageManager.getAllocatableBytes(convert(storageUuid), flags, in getAllocatableBytes()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3961 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService
4008 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes()
4013 final long cacheClearable = getAllocatableBytes(volumeUuid, in allocateBytes()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt8859 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID, @RequiresPermission …
H A Dcurrent.txt32387 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID) throws java.io.IOExc…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13656 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la…
13676 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt13646 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la…
13666 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41991 Landroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/…
42109 Landroid/os/storage/IStorageManager;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/String;)J
/aosp12/frameworks/base/services/
H A Dart-profile2987 HPLcom/android/server/StorageManagerService;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/Str…