Home
last modified time | relevance | path

Searched refs:CACHE_ALL (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java21 import static com.android.cts.storageapp.Utils.CACHE_ALL;
128 final long deltaCache = CACHE_ALL; in testVerifyStats()
144 assertMostlyEquals(CACHE_ALL * 2, as.getCacheBytes()); in testVerifyStatsMultiple()
147 assertMostlyEquals(CACHE_ALL, bs.getCacheBytes()); in testVerifyStatsMultiple()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java19 import static com.android.cts.storageapp.Utils.CACHE_ALL;
107 assertMostlyEquals(CACHE_ALL, cacheSize); in testVerifySpaceApi()
DUtils.java58 public static final long CACHE_ALL = CACHE_INT + CACHE_EXT; // 78MB field in Utils