Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/storage/
DAppStorageSettingsDetailsFragmentTest.java158 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()
DStorageAsyncLoaderTest.java238 stats.cacheBytes = cacheSize; in addPackage()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java99 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local
105 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
106 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageAsyncLoader.java111 final long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local
117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java111 final long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local
117 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()