Searched refs:cacheBytes (Results 1 – 5 of 5) sorted by relevance
158 stats.cacheBytes = 0; in handleClearCacheClick_disallowedBySystem_shouldNotDeleteApplicationCache()181 stats.cacheBytes = 10; in handleClearCacheClick_allowedBySystem_shouldNotDeleteApplicationCache()200 stats.cacheBytes = 10; in handleClearDataClick_disallowedBySystem_shouldNotShowDialogToClear()220 stats.cacheBytes = 10; in handleClearDataClick_allowedBySystem_shouldShowDialogToClear()246 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonsShouldBeEnabled()261 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_dataButtonsShouldBeEnabled()276 stats.cacheBytes = 0; in updateUiWithSize_resultLoaded_cacheButtonDisabledAndDataButtonsEnabled()292 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonEnabledAndDataButtonDisabled()
238 stats.cacheBytes = cacheSize; in addPackage()
99 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local105 if (cacheQuota < cacheBytes) { in getStorageResultForUser()106 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
111 final long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()