Searched refs:startRunningLocked (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 | 45 timer.startRunningLocked(updateTime(clocks, 100)); // start in testCount() 48 timer.startRunningLocked(updateTime(clocks, 110)); // start in testCount() 56 timer.startRunningLocked(updateTime(clocks, 200)); // start in testCount() 61 timer.startRunningLocked(updateTime(clocks, 300)); // start in testCount() 72 timer.startRunningLocked(updateTime(clocks, 400)); // start in testCount() 87 timer.startRunningLocked(updateTime(clocks, 2100)); // start in testCount() 90 timer.startRunningLocked(updateTime(clocks, 2110)); // start in testCount() 98 timer.startRunningLocked(updateTime(clocks, 2200)); // start in testCount() 103 timer.startRunningLocked(updateTime(clocks, 2300)); // start in testCount() 113 timer.startRunningLocked(updateTime(clocks, 2400)); // start in testCount() [all …]
|
H A D | BatteryStatsDurationTimerTest.java | 52 timer.startRunningLocked(700); in testStartStop() 67 timer.startRunningLocked(12700); in testStartStop() 81 timer.startRunningLocked(27000); in testStartStop() 117 timer.startRunningLocked(700); in testReset() 131 timer.startRunningLocked(24_100); in testReset() 153 timer.startRunningLocked(700); in testResetAndDetach() 184 timer.startRunningLocked(300); in testParceling() 199 summary.startRunningLocked(3100); in testParceling()
|
H A D | BatteryStatsDualTimerTest.java | 50 timer.startRunningLocked(clocks.realtime); in testResetDetach()
|
H A D | BatteryStatsServTest.java | 322 serv.startRunningLocked(); in testStartRunningLockedWhileRunning() 351 serv.startRunningLocked(); in testStartRunningLockedWhileNotRunning()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 3107 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DurationTimer 3108 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 3279 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer 3478 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DualTimer 3479 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 3480 mSubTimer.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 6205 mWifiOnTimer.startRunningLocked(elapsedRealtimeMs); in noteWifiOnLocked() 10383 public void startRunningLocked() { in startRunningLocked() method in BatteryStatsImpl.Uid.Pkg.Serv 10702 t.startRunningLocked(elapsedRealtimeMs); in noteStartSyncLocked() 10716 t.startRunningLocked(elapsedRealtimeMs); in noteStartJobLocked() [all …]
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 1143 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V 1147 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 1189 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 3285 stats.startRunningLocked(uptime); in noteServiceStartRunning()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9345 HSPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V+]Lcom/androi… 9356 HSPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V+]Lcom/an… 9410 HSPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V+]Lcom/a… 9467 HSPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked(J)V+]Lcom/and…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 73504 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 73523 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 73646 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V
|