Searched refs:cacheQuota (Results 1 – 3 of 3) sorted by relevance
106 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser() local113 if (cacheQuota < cacheBytes) { in getStorageResultForUser()114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
184 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getAppsAndGamesSize() local191 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()192 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
539 final long cacheQuota = in requestSize() local545 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()