Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java22 import static com.android.cts.storageapp.Utils.CODE_ALL;
120 final long deltaCode = CODE_ALL; in testVerifyStats()
152 assertMostlyEquals(CODE_ALL * 2, as.getAppBytes(), 5 * MB_IN_BYTES); in testVerifyStatsMultiple()
153 assertMostlyEquals(CODE_ALL * 1, bs.getAppBytes(), 5 * MB_IN_BYTES); in testVerifyStatsMultiple()
155 assertMostlyEquals(CODE_ALL * 4, as.getAppBytes(), 5 * MB_IN_BYTES); in testVerifyStatsMultiple()
156 assertMostlyEquals(CODE_ALL * 2, bs.getAppBytes(), 5 * MB_IN_BYTES); in testVerifyStatsMultiple()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java60 public static final long CODE_ALL = 29 * MB_IN_BYTES; field in Utils