Home
last modified time | relevance | path

Searched refs:cacheBytes (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/usage/
H A DStorageStats.java34 /** {@hide} */ public long cacheBytes; field in StorageStats
78 return cacheBytes; in getCacheBytes()
100 this.cacheBytes = in.readLong(); in StorageStats()
113 dest.writeLong(cacheBytes); in writeToParcel()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
H A DStorageStatsSourceTest.java32 storageStats.cacheBytes = 1; in AppStorageStatsImpl_totalCorrectly()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java328 long cacheBytes = 0; in getCacheBytes() local
331 cacheBytes += stats.cacheBytes; in getCacheBytes()
333 return cacheBytes; in getCacheBytes()
585 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/
H A DAppStorageSizeTest.kt106 cacheBytes = 3
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java213 storageStats.cacheBytes = 30; in setUp()
215 storageStats.dataBytes = storageStats.cacheBytes + 20; in setUp()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java426 storageStats.cacheBytes = cacheSavings; in testGetHibernationStatsForUser_getsStatsForPackage()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9320 Landroid/app/usage/StorageStats;->cacheBytes:J