Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java31 private static Map<String, Long> sCache = field in RecordHistogram
50 Long key = sCache.get(name); in getCachedHistogramKey()
69 if (result != key) sCache.put(name, result); in recordBooleanHistogram()
85 if (result != key) sCache.put(name, result); in recordEnumeratedHistogram()
132 if (result != key) sCache.put(name, result); in recordCustomCountHistogram()
149 if (result != key) sCache.put(name, result); in recordLinearCountHistogram()
162 if (result != key) sCache.put(name, result); in recordPercentageHistogram()
175 if (result != key) sCache.put(name, result); in recordSparseSlowlyHistogram()
295 if (result != key) sCache.put(name, result); in recordCustomTimesHistogramMilliseconds()