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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java215 StopwatchTimer mPhoneOnTimer; field in class:BatteryStatsImpl
1961 mPhoneOnTimer.startRunningLocked(this);
1972 mPhoneOnTimer.stopRunningLocked(this);
2453 return mPhoneOnTimer.getTotalTimeLocked(batteryRealtime, which);
4280 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables);
4453 mPhoneOnTimer.reset(this, false);
5294 mPhoneOnTimer.readSummaryFromParcelLocked(in);
5493 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL);
5698 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables, in);
5814 mPhoneOnTimer
[all...]

Completed in 14 milliseconds