Home
last modified time | relevance | path

Searched refs:cacheTotal (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java308 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local
310 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4012 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local
4014 cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()