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.java48 timer.stopRunningLocked(updateTime(clocks, 120)); // stop in testCount()
50 timer.stopRunningLocked(updateTime(clocks, 130)); // stop in testCount()
55 timer.stopRunningLocked(updateTime(clocks, 200)); // stop in testCount()
65 timer.stopRunningLocked(updateTime(clocks, 350)); // stop in testCount()
74 timer.stopRunningLocked(updateTime(clocks, 450)); // stop in testCount()
90 timer.stopRunningLocked(updateTime(clocks, 2120)); // stop in testCount()
92 timer.stopRunningLocked(updateTime(clocks, 2130)); // stop in testCount()
97 timer.stopRunningLocked(updateTime(clocks, 2200)); // stop in testCount()
107 timer.stopRunningLocked(updateTime(clocks, 2350)); // stop in testCount()
115 timer.stopRunningLocked(updateTime(clocks, 2450)); // stop in testCount()
[all …]
DBatteryStatsDurationTimerTest.java57 timer.stopRunningLocked(3100); in testStartStop()
72 timer.stopRunningLocked(12900); in testStartStop()
DBatteryStatsDualTimerTest.java55 timer.stopRunningLocked(clocks.realtime); in testResetDetach()
DBatteryStatsServTest.java522 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningNormal()
560 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningTooQuick()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2340 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DurationTimer
2352 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
2527 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.StopwatchTimer
2563 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
2700 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DualTimer
2701 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
2702 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked()
4869 mGpsSignalQualityTimer[mGpsSignalQualityBin].stopRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked()
4926 mScreenDozeTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked()
4942 mScreenOnTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java706 service.stats.stopRunningLocked(); in stopServiceLocked()
847 r.stats.stopRunningLocked(); in stopServiceTokenLocked()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7685 Lcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked()V
Dboot-image-profile.txt8745 HPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked()V
38636 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V
38644 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V
38694 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V