Searched refs:cacheReserved (Results 1 – 2 of 2) sorted by relevance
315 final long cacheReserved = mStorage.getStorageCacheBytes(path, 0); in getFreeBytes() local316 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
4160 final long cacheReserved = storage.getStorageCacheBytes(path, flags); in getAllocatableBytes() local4161 cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()