Searched defs:stopRunningLocked (Results 1 - 1 of 1) 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...]

Completed in 43 milliseconds