Searched refs:KB_IN_BYTES (Results 1 – 5 of 5) sorted by relevance
48 public static final long KB_IN_BYTES = 1024; field in TrafficStats50 public static final long MB_IN_BYTES = KB_IN_BYTES * 1024;
20 import static android.net.TrafficStats.KB_IN_BYTES;106 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES); in setPersistThreshold()
40 import static android.net.TrafficStats.KB_IN_BYTES;670 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES); in advisePersistThreshold()
19 import static android.net.TrafficStats.KB_IN_BYTES;105 private static final int THUMBNAIL_BUFFER_SIZE = (int) (128 * KB_IN_BYTES);
31 import static android.net.TrafficStats.KB_IN_BYTES;719 .addIfaceValues(TEST_IFACE, 1536 * KB_IN_BYTES, 15L, 0L, 0L); in testOverWarningLimitNotification()