Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java221 private static int clampToInt(long value) { in clampToInt() method in RecordHistogram
238 name, key, clampToInt(duration), clampToInt(min), clampToInt(max), numBuckets); in recordCustomTimesHistogramMilliseconds()