Home
last modified time | relevance | path

Searched refs:mOnBatteryTimeBase (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java185 final TimeBase mOnBatteryTimeBase = new TimeBase(); field in BatteryStatsImpl
1708 timer = new SamplingTimer(mOnBatteryTimeBase, true); in getWakeupReasonTimerLocked()
2457 if (mOnBatteryTimeBase.setRunning(unplugged, uptime, realtime)) { in updateTimeBasesLocked()
3050 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), false, in noteScreenStateLocked()
3078 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), true, in noteScreenStateLocked()
4228 return new StopwatchTimer(Uid.this, SYNC, null, mOnBatteryTimeBase);
4237 return new StopwatchTimer(Uid.this, JOB, null, mOnBatteryTimeBase);
4264 mWifiRunningTimers, mOnBatteryTimeBase); in Uid()
4266 mFullWifiLockTimers, mOnBatteryTimeBase); in Uid()
4268 mWifiScanTimers, mOnBatteryTimeBase); in Uid()
[all …]