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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java324 protected final TimeBase mOnBatteryTimeBase = new TimeBase(); field in class:BatteryStatsImpl
2676 rpmt = new SamplingTimer(mClocks, mOnBatteryTimeBase);
2699 timer = new SamplingTimer(mClocks, mOnBatteryTimeBase);
2721 kmt = new SamplingTimer(mClocks, mOnBatteryTimeBase);
3572 final boolean updateOnBatteryTimeBase = unplugged != mOnBatteryTimeBase.isRunning();
3593 mOnBatteryTimeBase.setRunning(unplugged, uptime, realtime);
4233 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), state,
4241 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), state,
5860 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
5861 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
[all...]

Completed in 114 milliseconds