Searched refs:stopRunningLocked (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A 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 …]
|
H A 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()
|
H A D | BatteryStatsDualTimerTest.java | 57 timer.stopRunningLocked(clocks.realtime); in testResetDetach()
|
H A D | BatteryStatsServTest.java | 380 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningNormal() 404 serv.stopRunningLocked(); in testStopRunningLockedWhileRunningTooQuick()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 3134 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 3346 stopRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked() 3485 super.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 3486 mSubTimer.stopRunningLocked(elapsedRealtimeMs); in stopRunningLocked() 8355 stopRunningLocked(elapsedRealtimeMs); in noteWifiBatchedScanStartedLocked() 8368 stopRunningLocked(elapsedRealtimeMs); in noteWifiBatchedScanStoppedLocked() 10395 public void stopRunningLocked() { in stopRunningLocked() method in BatteryStatsImpl.Uid.Pkg.Serv 10709 t.stopRunningLocked(elapsedRealtimeMs); in noteStopSyncLocked() 10723 t.stopRunningLocked(elapsedRealtimeMs); in noteStopJobLocked() 10803 wlt.stopRunningLocked(elapsedRealtimeMs); in noteStopWakeLocked() [all …]
|
/aosp14/frameworks/base/config/ |
H A 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 3299 stats.stopRunningLocked(uptime); in noteServiceStopRunning()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9346 HSPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V+]Lcom/android… 9357 HSPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V+]Lcom/and… 9411 HSPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V+]Lcom/an… 9469 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->stopRunningLocked(J)V+]Lcom/andro…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 73506 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopRunningLocked(J)V 73524 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->stopRunningLocked(J)V 73648 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopRunningLocked(J)V
|