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 | 2249 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DurationTimer 2261 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 2436 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.StopwatchTimer 2472 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked() 2610 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DualTimer 2611 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 2612 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 4709 mGpsSignalQualityTimer[mGpsSignalQualityBin].stopRunningLocked(elapsedRealtime); in noteGpsSignalQualityLocked() 4766 mScreenDozeTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked() 4782 mScreenOnTimer.stopRunningLocked(elapsedRealtime); in noteScreenStateLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 753 service.stats.stopRunningLocked(); in stopServiceLocked() 913 r.stats.stopRunningLocked(); in stopServiceTokenLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20537 HSPLcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 20549 HSPLcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 20608 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V 20653 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked()V
|
D | hiddenapi-greylist-max-o.txt | 87935 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 87953 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 88077 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
|