Searched refs:recordCustomTimesHistogram (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/android/javatests/src/org/chromium/base/metrics/ |
D | RecordHistogramTest.java | 147 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/ |
D | RecordHistogram.java | 245 public static void recordCustomTimesHistogram( in recordCustomTimesHistogram() method in RecordHistogram
|