Home
last modified time | relevance | path

Searched refs:startRunningLocked (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsStopwatchTimerTest.java43 timer.startRunningLocked(updateTime(clocks, 100)); // start in testCount()
46 timer.startRunningLocked(updateTime(clocks, 110)); // start in testCount()
54 timer.startRunningLocked(updateTime(clocks, 200)); // start in testCount()
59 timer.startRunningLocked(updateTime(clocks, 300)); // start in testCount()
70 timer.startRunningLocked(updateTime(clocks, 400)); // start in testCount()
85 timer.startRunningLocked(updateTime(clocks, 2100)); // start in testCount()
88 timer.startRunningLocked(updateTime(clocks, 2110)); // start in testCount()
96 timer.startRunningLocked(updateTime(clocks, 2200)); // start in testCount()
101 timer.startRunningLocked(updateTime(clocks, 2300)); // start in testCount()
111 timer.startRunningLocked(updateTime(clocks, 2400)); // start in testCount()
[all …]
DBatteryStatsDurationTimerTest.java50 timer.startRunningLocked(700); in testStartStop()
65 timer.startRunningLocked(12700); in testStartStop()
79 timer.startRunningLocked(27000); in testStartStop()
120 timer.startRunningLocked(300); in testParceling()
135 summary.startRunningLocked(3100); in testParceling()
DBatteryStatsDualTimerTest.java48 timer.startRunningLocked(clocks.realtime); in testResetDetach()
DBatteryStatsServTest.java446 serv.startRunningLocked(); in testStartRunningLockedWhileRunning()
484 serv.startRunningLocked(); in testStartRunningLockedWhileNotRunning()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2325 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DurationTimer
2326 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked()
2497 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer
2694 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DualTimer
2695 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked()
2696 mSubTimer.startRunningLocked(elapsedRealtimeMs); in startRunningLocked()
4872 mGpsSignalQualityTimer[signalLevel].startRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked()
4922 mScreenDozeTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked()
4933 mScreenOnTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked()
4935 … mScreenBrightnessTimer[mScreenBrightnessBin].startRunningLocked(elapsedRealtime); in noteScreenStateLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java668 r.stats.startRunningLocked(); in startServiceInnerLocked()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7683 Lcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked()V
Dboot-image-profile.txt38635 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V
38643 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V
38693 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V
38721 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked()V