Home
last modified time | relevance | path

Searched defs:getCacheSizeBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() method in StorageManager
1597 public long getCacheSizeBytes(@NonNull File path) throws IOException { in getCacheSizeBytes() method in StorageManager
1609 public long getCacheSizeBytes() throws IOException { in getCacheSizeBytes() method in StorageManager
DIStorageManager.aidl295 long getCacheSizeBytes(String volumeUuid, int uid) = 76; in getCacheSizeBytes() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java489 public long getCacheSizeBytes(String volumeUuid, int uid) throws RemoteException { in getCacheSizeBytes() method in MockStorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3279 public long getCacheSizeBytes(String volumeUuid, int uid) { in getCacheSizeBytes() method in StorageManagerService