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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1866 public void stopAllRunningLocked(long elapsedRealtimeMs) { method in class:BatteryStatsImpl.StopwatchTimer
4300 mAudioOnTimer.stopAllRunningLocked(elapsedRealtime);
4317 mVideoOnTimer.stopAllRunningLocked(elapsedRealtime);
4416 mCameraOnTimer.stopAllRunningLocked(elapsedRealtime);
4433 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtime);
4494 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtime);
5539 mAudioTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs);
5563 mVideoTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs);
5587 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs);
5611 mCameraTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeM
[all...]

Completed in 1348 milliseconds