Searched refs:cacheQuota (Results 1 – 3 of 3) sorted by relevance
99 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */null, app.uid); in getStorageResultForUser() local106 if (cacheQuota < cacheBytes) { in getStorageResultForUser()107 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()