Searched refs:cacheBytes (Results 1 – 5 of 5) sorted by relevance
163 stats.cacheBytes = 0; in handleClearCacheClick_disallowedBySystem_shouldNotDeleteApplicationCache()186 stats.cacheBytes = 10; in handleClearCacheClick_allowedBySystem_shouldNotDeleteApplicationCache()205 stats.cacheBytes = 10; in handleClearDataClick_disallowedBySystem_shouldNotShowDialogToClear()225 stats.cacheBytes = 10; in handleClearDataClick_allowedBySystem_shouldShowDialogToClear()251 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonsShouldBeEnabled()266 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_dataButtonsShouldBeEnabled()281 stats.cacheBytes = 0; in updateUiWithSize_resultLoaded_cacheButtonDisabledAndDataButtonsEnabled()297 stats.cacheBytes = 10; in onDataLoaded_resultLoaded_cacheButtonEnabledAndDataButtonDisabled()
236 stats.cacheBytes = cacheSize; in addPackage()
100 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local106 if (cacheQuota < cacheBytes) { in getStorageResultForUser()107 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()