Searched refs:DATA_INT (Results 1 – 2 of 2) sorted by relevance
52 public static final long DATA_INT = (2 + 3 + 5 + 13 + 17 + 19 + 23) * MB_IN_BYTES; field in Utils54 public static final long DATA_ALL = DATA_INT + DATA_EXT; // 100MB
25 import static com.android.cts.storageapp.Utils.DATA_INT;193 assertMostlyEquals(DATA_INT, in testVerifySpaceManual()