Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java250 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local
252 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1426 int64_t cacheTotal = 0; in freeCache() local
1435 cacheTotal += it.second->cacheUsed; in freeCache()
1453 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3987 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local
3989 cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()