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.java98 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser() local
105 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
106 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageAsyncLoader.java110 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getStorageResultForUser() local
117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java110 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getStorageResultForUser() local
117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()