Searched refs:cacheQuota (Results 1 – 3 of 3) sorted by relevance
98 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser() local105 if (cacheQuota < cacheBytes) { in getStorageResultForUser()106 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
110 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getStorageResultForUser() local117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()