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