Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsStopwatchTimerTest.java50 timer.stopRunningLocked(updateTime(clocks, 120)); // stop in testCount()
52 timer.stopRunningLocked(updateTime(clocks, 130)); // stop in testCount()
57 timer.stopRunningLocked(updateTime(clocks, 200)); // stop in testCount()
67 timer.stopRunningLocked(updateTime(clocks, 350)); // stop in testCount()
76 timer.stopRunningLocked(updateTime(clocks, 450)); // stop in testCount()
92 timer.stopRunningLocked(updateTime(clocks, 2120)); // stop in testCount()
94 timer.stopRunningLocked(updateTime(clocks, 2130)); // stop in testCount()
99 timer.stopRunningLocked(updateTime(clocks, 2200)); // stop in testCount()
109 timer.stopRunningLocked(updateTime(clocks, 2350)); // stop in testCount()
117 timer.stopRunningLocked(updateTime(clocks, 2450)); // stop in testCount()
[all …]
DBatteryStatsDurationTimerTest.java59 timer.stopRunningLocked(3100); in testStartStop()
74 timer.stopRunningLocked(12900); in testStartStop()
118 timer.stopRunningLocked(3_100); in testReset()
154 timer.stopRunningLocked(3_100); in testResetAndDetach()
DBatteryStatsDualTimerTest.java57 timer.stopRunningLocked(clocks.realtime); in testResetDetach()
DBatteryStatsServTest.java385 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningNormal()
414 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningTooQuick()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2253 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DurationTimer
2265 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
2440 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.StopwatchTimer
2476 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
2614 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DualTimer
2615 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
2616 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
4717 mGpsSignalQualityTimer[mGpsSignalQualityBin].stopRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked()
4774 mScreenDozeTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked()
4790 mScreenOnTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked()
[all …]
/frameworks/base/config/
Dboot-profile.txt1148 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
1150 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V
1197 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V
Dboot-image-profile.txt28310 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V
28320 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V
28376 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
28421 HPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked()V
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java803 service.stats.stopRunningLocked(); in stopServiceLocked()
964 r.stats.stopRunningLocked(); in stopServiceTokenLocked()