Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java210 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local
212 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1312 int64_t cacheTotal = 0; in freeCache() local
1321 cacheTotal += it.second->cacheUsed; in freeCache()
1339 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3216 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local
3218 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()