Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java29 private static Map<String, Long> sCache = field in RecordHistogram
41 Long key = sCache.get(name); in getCachedHistogramKey()
60 if (result != key) sCache.put(name, result); in recordBooleanHistogram()
76 if (result != key) sCache.put(name, result); in recordEnumeratedHistogram()
123 if (result != key) sCache.put(name, result); in recordCustomCountHistogram()
140 if (result != key) sCache.put(name, result); in recordLinearCountHistogram()
153 if (result != key) sCache.put(name, result); in recordPercentageHistogram()
166 if (result != key) sCache.put(name, result); in recordSparseSlowlyHistogram()
239 if (result != key) sCache.put(name, result); in recordCustomTimesHistogramMilliseconds()