Searched refs:stopRunningLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java950 void stopRunningLocked(BatteryStatsImpl stats) { method in class:BatteryStatsImpl.StopwatchTimer
1786 mScreenOnTimer.stopRunningLocked(this);
1788 mScreenBrightnessTimer[mScreenBrightnessBin].stopRunningLocked(this);
1813 mScreenBrightnessTimer[mScreenBrightnessBin].stopRunningLocked(this);
1847 mPhoneOnTimer.stopRunningLocked(this);
1857 mPhoneSignalStrengthsTimer[i].stopRunningLocked(this);
1921 mPhoneSignalScanningTimer.stopRunningLocked(this);
1936 mPhoneSignalStrengthsTimer[mPhoneSignalStrengthBin].stopRunningLocked(this);
2031 mPhoneDataConnectionsTimer[mPhoneDataConnectionType].stopRunningLocked(this);
2056 mWifiOnTimer.stopRunningLocked(thi
3803 public void stopRunningLocked() { method in class:BatteryStatsImpl.Uid.Pkg.Serv
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java260 service.stats.stopRunningLocked();
356 r.stats.stopRunningLocked();

Completed in 916 milliseconds