HomeSort by relevance Sort by last modified time
    Searched defs:mTimeBase (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LongSamplingCounterArrayTest.java 68 @Mock private TimeBase mTimeBase;
74 mCounterArray = new LongSamplingCounterArray(mTimeBase);
75 Mockito.reset(mTimeBase);
87 mCounterArray = LongSamplingCounterArray.readFromParcel(parcel, mTimeBase);
105 mCounterArray = LongSamplingCounterArray.readSummaryFromParcelLocked(parcel, mTimeBase);
139 when(mTimeBase.isRunning()).thenReturn(false);
144 when(mTimeBase.isRunning()).thenReturn(true);
181 verifyZeroInteractions(mTimeBase);
190 verify(mTimeBase).remove(mCounterArray);
191 verifyNoMoreInteractions(mTimeBase);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 852 final TimeBase mTimeBase;
858 mTimeBase = timeBase;
867 mTimeBase = timeBase;
924 if (mTimeBase.isRunning()) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 330 milliseconds