Searched refs:cacheBytes (Results 1 – 10 of 10) sorted by relevance
34 /** {@hide} */ public long cacheBytes; field in StorageStats78 return cacheBytes; in getCacheBytes()100 this.cacheBytes = in.readLong(); in StorageStats()113 dest.writeLong(cacheBytes); in writeToParcel()
193 stats.cacheBytes = 0; in handleClearCacheClick_disallowedBySystem_shouldNotDeleteApplicationCache()217 stats.cacheBytes = 0; in handleClearCacheClick_allowedBySystem_shouldNotDeleteApplicationCache()239 stats.cacheBytes = 10; in handleClearDataClick_disallowedBySystem_shouldNotShowDialogToClear()261 stats.cacheBytes = 10; in handleClearDataClick_allowedBySystem_shouldShowDialogToClear()290 stats.cacheBytes = 10; in handleClearDataClick_hasValidManageSpaceActivity_shouldNotShowDialogToClear()319 stats.cacheBytes = 10; in handleClearDataClick_hasInvalidManageSpaceActivity_shouldShowDialogToClear()351 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonsShouldBeEnabled()369 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_dataButtonsShouldBeEnabled()387 stats.cacheBytes = 0; in updateUiWithSize_resultLoaded_cacheButtonDisabledAndDataButtonsEnabled()406 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonEnabledAndDataButtonDisabled()
264 stats.cacheBytes = cacheSize; in createAppInfo()
107 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local113 if (cacheQuota < cacheBytes) { in getStorageResultForUser()114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
160 final long cacheBytes = stats.getCacheBytes(); in getAppsAndGamesSize() local166 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()167 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
32 storageStats.cacheBytes = 1; in AppStorageStatsImpl_totalCorrectly()
267 long cacheBytes = 0; in getCacheBytes() local270 cacheBytes += stats.cacheBytes; in getCacheBytes()272 return cacheBytes; in getCacheBytes()524 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
194 storageStats.cacheBytes = 30; in setUp()196 storageStats.dataBytes = storageStats.cacheBytes + 20; in setUp()
1483 final long cacheBytes = (path.getTotalSpace() * cachePercent) / 100; in getStorageCacheBytes() local1488 final long result = Math.min(cacheBytes, maxCacheBytes); in getStorageCacheBytes()
9392 Landroid/app/usage/StorageStats;->cacheBytes:J