Home
last modified time | relevance | path

Searched refs:cacheQuota (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java106 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser() local
113 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java184 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getAppsAndGamesSize() local
191 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()
192 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java539 final long cacheQuota = in requestSize() local
545 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()