/frameworks/base/core/java/com/android/internal/content/ |
D | InstallLocationUtils.java | 179 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/ |
D | InstallLocationUtilsTests.java | 99 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/ |
D | IStorageManager.aidl | 157 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
|
D | StorageManager.java | 2260 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/ |
D | StorageManagerService.java | 4133 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/ |
D | boot-image-profile.txt | 13071 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/ |
D | system-current.txt | 11450 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID, @RequiresPermission …
|
D | current.txt | 34420 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID) throws java.io.IOExc…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13074 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 38025 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
|