Home
last modified time | relevance | path

Searched refs:cacheBytes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceControllerTest.java193 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()
DStorageAsyncLoaderTest.java264 stats.cacheBytes = cacheSize; in createAppInfo()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java107 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local
113 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java185 final long cacheBytes = stats.getCacheBytes(); in getAppsAndGamesSize() local
191 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()
192 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppStoragePreferenceTest.kt125 cacheBytes = 3 in <lambda>()