Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java48 public static final long KB_IN_BYTES = 1000; field in Utils
49 public static final long MB_IN_BYTES = KB_IN_BYTES * 1000;
89 assertMostlyEquals(expected, actual, 500 * KB_IN_BYTES); in assertMostlyEquals()