Searched defs:mAudioOnTimer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java457 StopwatchTimer mAudioOnTimer; field in class:BatteryStatsImpl
4745 mAudioOnTimer.startRunningLocked(elapsedRealtime);
4763 mAudioOnTimer.stopRunningLocked(elapsedRealtime);
4809 mAudioOnTimer.stopAllRunningLocked(elapsedRealtime);
8894 mAudioOnTimer = new StopwatchTimer(mClocks, null, -7, null, mOnBatteryTimeBase);
9544 mAudioOnTimer.reset(false);
12737 mAudioOnTimer = new StopwatchTimer(mClocks, null, -7, null, mOnBatteryTimeBase);

Completed in 102 milliseconds