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 | 2231 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DurationTimer 2232 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 2403 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer 2601 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DualTimer 2602 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 2603 mSubTimer.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 4709 mGpsSignalQualityTimer[signalLevel].startRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked() 4759 mScreenDozeTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4770 mScreenOnTimer.startRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4772 … mScreenBrightnessTimer[mScreenBrightnessBin].startRunningLocked(elapsedRealtime); in noteScreenStateLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 699 r.stats.startRunningLocked(); in startServiceInnerLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20537 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 20549 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 20608 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V 20652 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked()V
|
D | hiddenapi-greylist-max-o.txt | 94274 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 94294 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 94427 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V
|