Home
last modified time | relevance | path

Searched refs:getCacheSizeBytes (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl156 long getCacheSizeBytes(String volumeUuid, int uid) = 76; in getCacheSizeBytes() method
H A DStorageManager.java2070 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() method in StorageManager
2073 return mStorageManager.getCacheSizeBytes(convert(storageUuid), app.uid); in getCacheSizeBytes()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3941 public long getCacheSizeBytes(String volumeUuid, int uid) { in getCacheSizeBytes() method in StorageManagerService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38670 Landroid/os/storage/IStorageManager$Stub$Proxy;->getCacheSizeBytes(Ljava/lang/String;I)J
38788 Landroid/os/storage/IStorageManager;->getCacheSizeBytes(Ljava/lang/String;I)J
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34270 …method @WorkerThread public long getCacheSizeBytes(@NonNull java.util.UUID) throws java.io.IOExcep…