Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java57 public static final long CACHE_EXT = (11) * MB_IN_BYTES; field in Utils
58 public static final long CACHE_ALL = CACHE_INT + CACHE_EXT; // 78MB
DStorageTest.java20 import static com.android.cts.storageapp.Utils.CACHE_EXT;
110 assertMostlyEquals(CACHE_EXT, extCacheSize); in testVerifySpaceApi()