Home
last modified time | relevance | path

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

/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
DUtils.java43 public static final long KB_IN_BYTES = 1000; field in Utils
44 public static final long MB_IN_BYTES = KB_IN_BYTES * 1000;
/frameworks/base/core/java/android/net/
DTrafficStats.java64 public static final long KB_IN_BYTES = 1024; field in TrafficStats
67 public static final long MB_IN_BYTES = KB_IN_BYTES * 1024;
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java20 import static android.net.TrafficStats.KB_IN_BYTES;
135 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES); in setPersistThreshold()
DNetworkStatsService.java48 import static android.net.TrafficStats.KB_IN_BYTES;
972 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES); in advisePersistThreshold()