Home
last modified time | relevance | path

Searched defs:getCacheBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java105 long getCacheBytes(); in getCacheBytes() method
129 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java148 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager
161 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager
DStorageStats.java82 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
DIStorageStatsManager.aidl27 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java213 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService