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.java106 long getCacheBytes(); in getCacheBytes() method
130 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl
/frameworks/base/core/java/android/app/usage/
DStorageStats.java77 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
DStorageStatsManager.java162 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager
175 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager
DIStorageStatsManager.aidl30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java304 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService