Searched refs:KB_IN_BYTES (Results 1 – 4 of 4) sorted by relevance
61 public static final long KB_IN_BYTES = 1024; field in TrafficStats64 public static final long MB_IN_BYTES = KB_IN_BYTES * 1024;
20 import static android.net.TrafficStats.KB_IN_BYTES;138 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES); in setPersistThreshold()
44 import static android.net.TrafficStats.KB_IN_BYTES;875 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES); in advisePersistThreshold()
131 / (slowest * TrafficStats.KB_IN_BYTES / 8)); in isInsane()