Searched refs:mCounterArray (Results 1 – 1 of 1) sorted by relevance
68 private LongSamplingCounterArray mCounterArray; field in LongSamplingCounterArrayTest108 mCounterArray.onTimeStarted(0, 0, 0); in testOnTimeStarted()115 mCounterArray.onTimeStopped(0, 0, 0); in testOnTimeStopped()145 mCounterArray.addCountLocked(deltas); in testAddCountLocked()149 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()151 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()159 mCounterArray.addCountLocked(deltas); in testAddCountLocked()165 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()181 verify(mTimeBase).remove(mCounterArray); in testReset()187 mCounterArray.detach(); in testDetach()[all …]