Searched refs:CACHE_ALL (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.cts.storageapp.Utils.CACHE_ALL;131 final long deltaCache = CACHE_ALL; in testVerifyStats()153 assertMostlyEquals(CACHE_ALL * 2, as.getCacheBytes()); in testVerifyStatsMultiple()156 assertMostlyEquals(CACHE_ALL, bs.getCacheBytes()); in testVerifyStatsMultiple()
58 public static final long CACHE_ALL = CACHE_INT + CACHE_EXT; // 78MB field in Utils
21 import static com.android.cts.storageapp.Utils.CACHE_ALL;211 assertMostlyEquals(CACHE_ALL, cacheSize); in testVerifySpaceApi()