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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java264 protected final TimeBase mOnBatteryTimeBase = new TimeBase(); field in class:BatteryStatsImpl
2066 timer = new SamplingTimer(mClocks, mOnBatteryTimeBase);
2906 mOnBatteryTimeBase.setRunning(unplugged, uptime, realtime);
3460 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), false,
3488 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), true,
4993 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
4994 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
4995 mCpuPower = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
5005 mBsi.mOnBatteryTimeBase);
5011 mBsi.mOnBatteryTimeBase);
[all...]

Completed in 57 milliseconds