Searched refs:recordLinearCountHistogram (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/base/android/javatests/src/org/chromium/base/metrics/ |
D | RecordHistogramTest.java | 178 RecordHistogram.recordLinearCountHistogram(histogram, 0, min, max, numBuckets); in testRecordLinearCountHistogram() 183 RecordHistogram.recordLinearCountHistogram(histogram, 0, min, max, numBuckets); in testRecordLinearCountHistogram() 188 RecordHistogram.recordLinearCountHistogram(histogram, 2, min, max, numBuckets); in testRecordLinearCountHistogram()
|
/external/libmojo/base/android/java/src/org/chromium/base/metrics/ |
D | RecordHistogram.java | 135 public static void recordLinearCountHistogram( in recordLinearCountHistogram() method in RecordHistogram
|