Home
last modified time | relevance | path

Searched refs:CACHE_INT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java56 public static final long CACHE_INT = (3 + 5 + 17 + 19 + 23) * MB_IN_BYTES; field in Utils
58 public static final long CACHE_ALL = CACHE_INT + CACHE_EXT; // 78MB
DStorageTest.java21 import static com.android.cts.storageapp.Utils.CACHE_INT;
109 assertMostlyEquals(CACHE_INT, cacheSize); in testVerifySpaceApi()