Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLongSamplingCounterArrayTest.java68 private LongSamplingCounterArray mCounterArray; field in LongSamplingCounterArrayTest
108 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 …]