Home
last modified time | relevance | path

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

/external/libchrome/base/android/javatests/src/org/chromium/base/metrics/
DRecordHistogramTest.java65 HistogramDelta twoCount = new HistogramDelta(histogram, 2); in testRecordEnumeratedHistogram() local
70 Assert.assertEquals(0, twoCount.getDelta()); in testRecordEnumeratedHistogram()
75 Assert.assertEquals(0, twoCount.getDelta()); in testRecordEnumeratedHistogram()
80 Assert.assertEquals(0, twoCount.getDelta()); in testRecordEnumeratedHistogram()
85 Assert.assertEquals(1, twoCount.getDelta()); in testRecordEnumeratedHistogram()
97 HistogramDelta twoCount = new HistogramDelta(histogram, 2); in testRecordCountHistogram() local
102 Assert.assertEquals(0, twoCount.getDelta()); in testRecordCountHistogram()
108 Assert.assertEquals(0, twoCount.getDelta()); in testRecordCountHistogram()
114 Assert.assertEquals(0, twoCount.getDelta()); in testRecordCountHistogram()
120 Assert.assertEquals(1, twoCount.getDelta()); in testRecordCountHistogram()
[all …]