Searched refs:cacheBytes (Results 1 – 5 of 5) sorted by relevance
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()
185 final long cacheBytes = stats.getCacheBytes(); in getAppsAndGamesSize() local191 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()192 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
125 cacheBytes = 3 in <lambda>()