Searched refs:mPhoneOnTimer (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 223 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl 1806 mPhoneOnTimer.startRunningLocked(this); in notePhoneOnLocked() 1817 mPhoneOnTimer.stopRunningLocked(this); in notePhoneOffLocked() 2290 return mPhoneOnTimer.getTotalTimeLocked(batteryRealtime, which); in getPhoneOnTime() 4060 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables); in BatteryStatsImpl() 4233 mPhoneOnTimer.reset(this, false); in resetAllStatsLocked() 5074 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 5270 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL); in writeSummaryToParcel() 5469 mPhoneOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables, in); in readFromParcelLocked() 5585 mPhoneOnTimer.writeToParcel(out, batteryRealtime); in writeToParcelLocked() [all …]
|