Home
last modified time | relevance | path

Searched refs:stopAllRunningLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2100 public void stopAllRunningLocked(long elapsedRealtimeMs) { in stopAllRunningLocked() method in BatteryStatsImpl.StopwatchTimer
2246 public void stopAllRunningLocked(long elapsedRealtimeMs) { in stopAllRunningLocked() method in BatteryStatsImpl.DualTimer
2247 super.stopAllRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
2248 mSubTimer.stopAllRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
4685 mAudioOnTimer.stopAllRunningLocked(elapsedRealtime); in noteResetAudioLocked()
4702 mVideoOnTimer.stopAllRunningLocked(elapsedRealtime); in noteResetVideoLocked()
4801 mCameraOnTimer.stopAllRunningLocked(elapsedRealtime); in noteResetCameraLocked()
4818 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtime); in noteResetFlashlightLocked()
4879 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtime); in noteResetBluetoothScanLocked()
5999 mAudioTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetAudioLocked()
[all …]