Searched refs:stopAllRunningLocked (Results 1 - 1 of 1) sorted by path

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

Completed in 51 milliseconds