Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/usage/
H A DStorageStats.java34 /** {@hide} */ public long cacheBytes; field in StorageStats
78 return cacheBytes; in getCacheBytes()
100 this.cacheBytes = in.readLong(); in StorageStats()
113 dest.writeLong(cacheBytes); in writeToParcel()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
H A 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()
H A DStorageAsyncLoaderTest.java264 stats.cacheBytes = cacheSize; in createAppInfo()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAsyncLoader.java107 long cacheBytes = stats.getCacheBytes(); in getStorageResultForUser() local
113 if (cacheQuota < cacheBytes) { in getStorageResultForUser()
114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DStorageAsyncLoader.java160 final long cacheBytes = stats.getCacheBytes(); in getAppsAndGamesSize() local
166 if (cacheQuota < cacheBytes) { in getAppsAndGamesSize()
167 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
H A DStorageStatsSourceTest.java32 storageStats.cacheBytes = 1; in AppStorageStatsImpl_totalCorrectly()
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java267 long cacheBytes = 0; in getCacheBytes() local
270 cacheBytes += stats.cacheBytes; in getCacheBytes()
272 return cacheBytes; in getCacheBytes()
524 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java194 storageStats.cacheBytes = 30; in setUp()
196 storageStats.dataBytes = storageStats.cacheBytes + 20; in setUp()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1483 final long cacheBytes = (path.getTotalSpace() * cachePercent) / 100; in getStorageCacheBytes() local
1488 final long result = Math.min(cacheBytes, maxCacheBytes); in getStorageCacheBytes()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9392 Landroid/app/usage/StorageStats;->cacheBytes:J