Searched defs:timeBase (Results 1 – 4 of 4) 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 | BatteryStatsDurationTimerTest.java | 39 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testStartStop() local 104 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | BatteryStatsImpl.java | 834 Counter(TimeBase timeBase, Parcel in) { in Counter() 844 Counter(TimeBase timeBase) { in Counter() 938 LongSamplingCounter(TimeBase timeBase, Parcel in) { in LongSamplingCounter() 947 LongSamplingCounter(TimeBase timeBase) { in LongSamplingCounter() 1071 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in Timer() 1089 public Timer(Clocks clocks, int type, TimeBase timeBase) { in Timer() 1288 public SamplingTimer(Clocks clocks, TimeBase timeBase, Parcel in) { in SamplingTimer() 1299 public SamplingTimer(Clocks clocks, TimeBase timeBase) { in SamplingTimer() 1442 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase, Parcel in) { in BatchTimer() 1450 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase) { in BatchTimer() [all …]
|