Searched refs:startRunningLocked (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsStopwatchTimerTest.java | 45 timer.startRunningLocked(updateTime(clocks, 100)); // start in testCount() 48 timer.startRunningLocked(updateTime(clocks, 110)); // start in testCount() 56 timer.startRunningLocked(updateTime(clocks, 200)); // start in testCount() 61 timer.startRunningLocked(updateTime(clocks, 300)); // start in testCount() 72 timer.startRunningLocked(updateTime(clocks, 400)); // start in testCount() 87 timer.startRunningLocked(updateTime(clocks, 2100)); // start in testCount() 90 timer.startRunningLocked(updateTime(clocks, 2110)); // start in testCount() 98 timer.startRunningLocked(updateTime(clocks, 2200)); // start in testCount() 103 timer.startRunningLocked(updateTime(clocks, 2300)); // start in testCount() 113 timer.startRunningLocked(updateTime(clocks, 2400)); // start in testCount() [all …]
|
D | BatteryStatsDurationTimerTest.java | 52 timer.startRunningLocked(700); in testStartStop() 67 timer.startRunningLocked(12700); in testStartStop() 81 timer.startRunningLocked(27000); in testStartStop() 117 timer.startRunningLocked(700); in testReset() 131 timer.startRunningLocked(24_100); in testReset() 153 timer.startRunningLocked(700); in testResetAndDetach() 184 timer.startRunningLocked(300); in testParceling() 199 summary.startRunningLocked(3100); in testParceling()
|
D | BatteryStatsDualTimerTest.java | 50 timer.startRunningLocked(clocks.realtime); in testResetDetach()
|
D | BatteryStatsServTest.java | 327 serv.startRunningLocked(); in testStartRunningLockedWhileRunning() 356 serv.startRunningLocked(); in testStartRunningLockedWhileNotRunning()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 2234 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DurationTimer 2235 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 2406 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer 2604 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DualTimer 2605 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 2606 mSubTimer.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 4712 mGpsSignalQualityTimer[signalLevel].startRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked() 4762 mScreenDozeTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4773 mScreenOnTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4775 … mScreenBrightnessTimer[mScreenBrightnessBin].startRunningLocked(elapsedRealtime); in noteScreenStateLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 712 r.stats.startRunningLocked(); in startServiceInnerLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20536 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 20548 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 20607 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V 20651 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked()V
|
D | hiddenapi-greylist-max-o.txt | 87933 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 87952 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 88075 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V
|