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