Searched refs:mPhoneOnTimer (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 765 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl 5242 mPhoneOnTimer.startRunningLocked(elapsedRealtime); in notePhoneOnLocked() 5255 mPhoneOnTimer.stopRunningLocked(elapsedRealtime); in notePhoneOffLocked() 6413 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime() 6417 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount() 10142 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase); in BatteryStatsImpl() 10850 mPhoneOnTimer.reset(false); in resetAllStatsLocked() 13781 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 14242 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 14719 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase, in); in readFromParcelLocked() [all …]
|