Searched refs:stopRunningLocked (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
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 | 389 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningNormal() 413 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningTooQuick()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 1188 perStateTimers[mFrequencyRange][mSignalStrength].stopRunningLocked( in noteActive() 1205 perStateTimers[mFrequencyRange][mSignalStrength].stopRunningLocked(elapsedRealtimeMs); in noteFrequencyRange() 1221 perStateTimers[mFrequencyRange][mSignalStrength].stopRunningLocked(elapsedRealtimeMs); in noteSignalStrength() 3445 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DurationTimer 3457 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 3632 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.StopwatchTimer 3669 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked() 3807 public void stopRunningLocked(long elapsedRealtimeMs) { in stopRunningLocked() method in BatteryStatsImpl.DualTimer 3808 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 3809 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() [all …]
|
/frameworks/base/config/ |
D | boot-profile.txt | 1148 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
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 3603 stats.stopRunningLocked(uptime); in noteServiceStopRunning()
|
/frameworks/base/services/ |
D | art-profile | 3054 HSPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V+]Lcom/android… 3060 HSPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V+]Lcom/and… 3078 HSPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V+]Lcom/an… 3096 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked(J)V+]Lcom/andro…
|
D | art-wear-profile | 21889 HPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 21897 HPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 21946 HPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V 21992 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked(J)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 72863 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 72881 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 73005 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
|