Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java314 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local
316 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4159 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local
4161 cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()