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 …]
1337 final TimeBase mTimeBase; field in BatteryStatsImpl.Counter1340 mTimeBase = timeBase; in Counter()1346 mTimeBase = timeBase; in Counter()1402 if (mTimeBase.isRunning()) { in stepAtomic()1408 if (mTimeBase.isRunning()) { in addAtomic()1427 mTimeBase.remove(this); in detach()1443 final TimeBase mTimeBase; field in BatteryStatsImpl.LongSamplingCounterArray1447 mTimeBase = timeBase; in LongSamplingCounterArray()1453 mTimeBase = timeBase; in LongSamplingCounterArray()1480 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()[all …]
87915 Lcom/android/internal/os/BatteryStatsImpl$Counter;->mTimeBase:Lcom/android/internal/os/BatteryStats…87981 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->mTimeBase:Lcom/android/internal/os/…88003 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->mTimeBase:Lcom/android/interna…88126 Lcom/android/internal/os/BatteryStatsImpl$Timer;->mTimeBase:Lcom/android/internal/os/BatteryStatsIm…