Searched refs:stopRunningLocked (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsStopwatchTimerTest.java | 50 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 …]
|
D | BatteryStatsDurationTimerTest.java | 59 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()
|
D | BatteryStatsDualTimerTest.java | 57 timer.stopRunningLocked(clocks.realtime); in testResetDetach()
|
D | BatteryStatsServTest.java | 385 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningNormal() 414 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningTooQuick()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 2246 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DurationTimer 2258 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 2433 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.StopwatchTimer 2469 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked() 2607 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DualTimer 2608 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 2609 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 4706 mGpsSignalQualityTimer[mGpsSignalQualityBin].stopRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked() 4763 mScreenDozeTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4779 mScreenOnTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 740 service.stats.stopRunningLocked(); in stopServiceLocked() 900 r.stats.stopRunningLocked(); in stopServiceTokenLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20538 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 20550 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 20609 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V 20654 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked()V
|
D | hiddenapi-greylist-max-o.txt | 94276 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 94295 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 94429 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
|