Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DLongSamplingCounterArrayTest.java54 @Mock private TimeBase mTimeBase; field in LongSamplingCounterArrayTest
60 mCounterArray = new LongSamplingCounterArray(mTimeBase); in setUp()
61 Mockito.reset(mTimeBase); in setUp()
110 when(mTimeBase.isRunning()).thenReturn(false); in testGetCountsLocked()
113 when(mTimeBase.isRunning()).thenReturn(true); in testGetCountsLocked()
131 when(mTimeBase.isRunning()).thenReturn(true); in testAddCountLocked()
162 verifyZeroInteractions(mTimeBase); in testReset()
168 verify(mTimeBase).remove(mCounterArray); in testReset()
169 verifyNoMoreInteractions(mTimeBase); in testReset()
175 verify(mTimeBase).remove(mCounterArray); in testDetach()
[all …]
H A DLongSamplingCounterTest.java56 private TimeBase mTimeBase; field in LongSamplingCounterTest
62 mCounter = new LongSamplingCounter(mTimeBase); in setUp()
63 Mockito.reset(mTimeBase); in setUp()
78 mCounter = new LongSamplingCounter(mTimeBase, parcel); in testReadWriteParcel()
119 when(mTimeBase.isRunning()).thenReturn(true); in testAddCountLocked()
125 when(mTimeBase.isRunning()).thenReturn(false); in testAddCountLocked()
143 verifyZeroInteractions(mTimeBase); in testReset()
150 verify(mTimeBase).remove(mCounter); in testReset()
151 verifyNoMoreInteractions(mTimeBase); in testReset()
157 verify(mTimeBase).remove(mCounter); in testDetach()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java2011 final TimeBase mTimeBase; field in BatteryStatsImpl.Counter
2014 mTimeBase = timeBase; in Counter()
2020 mTimeBase = timeBase; in Counter()
2088 final TimeBase mTimeBase; field in BatteryStatsImpl.LongSamplingCounterArray
2092 mTimeBase = timeBase; in LongSamplingCounterArray()
2098 mTimeBase = timeBase; in LongSamplingCounterArray()
2223 mTimeBase = timeBase; in TimeMultiStateCounter()
2320 mTimeBase = timeBase; in TimeInFreqMultiStateCounter()
2412 final TimeBase mTimeBase; field in BatteryStatsImpl.LongSamplingCounter
2416 mTimeBase = timeBase; in LongSamplingCounter()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73486 Lcom/android/internal/os/BatteryStatsImpl$Counter;->mTimeBase:Lcom/android/internal/os/BatteryStats…
73552 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->mTimeBase:Lcom/android/internal/os/…
73574 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->mTimeBase:Lcom/android/interna…
73697 Lcom/android/internal/os/BatteryStatsImpl$Timer;->mTimeBase:Lcom/android/internal/os/BatteryStatsIm…