Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java23 import static com.android.cts.storageapp.Utils.DATA_ALL;
124 final long deltaData = DATA_ALL; in testVerifyStats()
143 assertMostlyEquals(DATA_ALL * 2, as.getDataBytes()); in testVerifyStatsMultiple()
146 assertMostlyEquals(DATA_ALL, bs.getDataBytes()); in testVerifyStatsMultiple()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java54 public static final long DATA_ALL = DATA_INT + DATA_EXT; // 100MB field in Utils