Searched refs:mTimeBase (Results 1 – 4 of 4) sorted by relevance
67 @Mock private TimeBase mTimeBase; field in LongSamplingCounterArrayTest73 mCounterArray = new LongSamplingCounterArray(mTimeBase); in setUp()74 Mockito.reset(mTimeBase); in setUp()86 mCounterArray = LongSamplingCounterArray.readFromParcel(parcel, mTimeBase); in testReadWriteParcel()100 mCounterArray = LongSamplingCounterArray.readSummaryFromParcelLocked(parcel, mTimeBase); in testReadWriteSummaryParcel()123 when(mTimeBase.isRunning()).thenReturn(false); in testGetCountsLocked()126 when(mTimeBase.isRunning()).thenReturn(true); in testGetCountsLocked()144 when(mTimeBase.isRunning()).thenReturn(true); in testAddCountLocked()175 verifyZeroInteractions(mTimeBase); in testReset()181 verify(mTimeBase).remove(mCounterArray); in testReset()[all …]
56 private TimeBase mTimeBase; field in LongSamplingCounterTest62 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 …]
1335 final TimeBase mTimeBase; field in BatteryStatsImpl.Counter1338 mTimeBase = timeBase; in Counter()1344 mTimeBase = timeBase; in Counter()1400 if (mTimeBase.isRunning()) { in stepAtomic()1406 if (mTimeBase.isRunning()) { in addAtomic()1425 mTimeBase.remove(this); in detach()1441 final TimeBase mTimeBase; field in BatteryStatsImpl.LongSamplingCounterArray1445 mTimeBase = timeBase; in LongSamplingCounterArray()1451 mTimeBase = timeBase; in LongSamplingCounterArray()1478 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()[all …]
94255 Lcom/android/internal/os/BatteryStatsImpl$Counter;->mTimeBase:Lcom/android/internal/os/BatteryStats…94325 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->mTimeBase:Lcom/android/internal/os/…94348 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->mTimeBase:Lcom/android/interna…94482 Lcom/android/internal/os/BatteryStatsImpl$Timer;->mTimeBase:Lcom/android/internal/os/BatteryStatsIm…