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.java211 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local
213 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1086 int64_t cacheTotal = 0; in freeCache() local
1095 cacheTotal += it.second->cacheUsed; in freeCache()
1113 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2917 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local
2919 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()