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