HomeSort by relevance Sort by last modified time
    Searched defs:cacheQuota (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
CacheTracker.h 57 int64_t cacheQuota;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageAsyncLoader.java 110 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid);
117 if (cacheQuota < cacheBytes) {
118 blamedSize = blamedSize - cacheBytes + cacheQuota;

Completed in 70 milliseconds