Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java52 public static final long DATA_INT = (2 + 3 + 5 + 13 + 17 + 19 + 23) * MB_IN_BYTES; field in Utils
54 public static final long DATA_ALL = DATA_INT + DATA_EXT; // 100MB
DStorageTest.java23 import static com.android.cts.storageapp.Utils.DATA_INT;
89 assertMostlyEquals(DATA_INT, in testVerifySpaceManual()