Searched defs:timeBase (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
| D | BatteryStatsTimerTest.java | 43 TestTimer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in TestTimer() 47 TestTimer(Clocks clocks, int type, TimeBase timeBase) { in TestTimer() 139 TimeBase timeBase = new TimeBase(); in testRunning() local 164 TimeBase timeBase = new TimeBase(); in testParceling() local 221 TimeBase timeBase = new TimeBase(); in testResetNoDetach() local 256 TimeBase timeBase = new TimeBase(); in testResetDetach() local 291 TimeBase timeBase = new TimeBase(); in testSummaryParceling() local 352 TimeBase timeBase = new TimeBase(); in testGetTotalTimeLocked() local 394 TimeBase timeBase = new TimeBase(); in testGetCountLocked() local 430 TimeBase timeBase = new TimeBase(); in testGetTimeSinceMarked() local [all …]
|
| D | BatteryStatsSamplingTimerTest.java | 58 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class); in testEndSampleAndContinueWhenTimeOrCountDecreases() local 101 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class); in testFirstUpdateIsAbsorbed() local 143 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testSampleTimerSummaryParceling() local
|
| D | BatteryStatsCounterTest.java | 32 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCounter() local 80 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
|
| D | BatteryStatsDurationTimerTest.java | 36 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testStartStop() local 109 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
|
| D | BatteryStatsDualTimerTest.java | 33 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testResetDetach() local
|
| D | BatteryStatsStopwatchTimerTest.java | 33 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCount() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | BatteryStatsImpl.java | 857 public Counter(TimeBase timeBase, Parcel in) { in Counter() 866 public Counter(TimeBase timeBase) { in Counter() 972 private LongSamplingCounterArray(TimeBase timeBase, Parcel in) { in LongSamplingCounterArray() 981 public LongSamplingCounterArray(TimeBase timeBase) { in LongSamplingCounterArray() 1072 public static LongSamplingCounterArray readFromParcel(Parcel in, TimeBase timeBase) { in readFromParcel() 1091 TimeBase timeBase) { in readSummaryFromParcelLocked() 1137 LongSamplingCounter(TimeBase timeBase, Parcel in) { in LongSamplingCounter() 1146 LongSamplingCounter(TimeBase timeBase) { in LongSamplingCounter() 1271 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in Timer() 1289 public Timer(Clocks clocks, int type, TimeBase timeBase) { in Timer() [all …]
|