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