Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java276 private static int clampToInt(long value) { in clampToInt() method in RecordHistogram
292 assert max == clampToInt(max); in recordCustomTimesHistogramMilliseconds()
294 name, key, clampToInt(duration), clampToInt(min), clampToInt(max), numBuckets); in recordCustomTimesHistogramMilliseconds()