Searched refs:getAllocatableBytes (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 173 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()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageHelperTests.java | 95 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/ |
D | IStorageManager.aidl | 189 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
|
D | StorageManager.java | 2279 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()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3958 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService 4005 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes() 4010 final long cacheClearable = getAllocatableBytes(volumeUuid, in allocateBytes()
|
/frameworks/base/core/api/ |
D | system-current.txt | 8811 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID, @RequiresPermission …
|
D | current.txt | 32326 …method @WorkerThread public long getAllocatableBytes(@NonNull java.util.UUID) throws java.io.IOExc…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 13656 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la… 13676 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13646 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getAllocatableBytes(Ljava/lang/String;ILjava/la… 13666 HSPLandroid/os/storage/StorageManager;->getAllocatableBytes(Ljava/util/UUID;I)J
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 41991 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
|
/frameworks/base/services/ |
D | art-profile | 2987 HPLcom/android/server/StorageManagerService;->getAllocatableBytes(Ljava/lang/String;ILjava/lang/Str…
|