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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java223 StopwatchTimer mPhoneOnTimer; field in class:BatteryStatsImpl
1836 mPhoneOnTimer.startRunningLocked(this);
1847 mPhoneOnTimer.stopRunningLocked(this);
2320 return mPhoneOnTimer.getTotalTimeLocked(batteryRealtime, which);
4093 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables);
4266 mPhoneOnTimer.reset(this, false);
5107 mPhoneOnTimer.readSummaryFromParcelLocked(in);
5303 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL);
5502 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables, in);
5618 mPhoneOnTimer
[all...]

Completed in 372 milliseconds