Home
last modified time | relevance | path

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

/external/libchrome/base/android/javatests/src/org/chromium/base/metrics/
DRecordHistogramTest.java147 RecordHistogram.recordCustomTimesHistogram(histogram, 0, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
152 RecordHistogram.recordCustomTimesHistogram(histogram, 0, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
157 RecordHistogram.recordCustomTimesHistogram(histogram, 95, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
162 RecordHistogram.recordCustomTimesHistogram(histogram, 200, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
/external/libchrome/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java245 public static void recordCustomTimesHistogram( in recordCustomTimesHistogram() method in RecordHistogram