Searched refs:mPhoneOnTimer (Results 1 – 1 of 1) sorted by relevance
266 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl3211 mPhoneOnTimer.startRunningLocked(elapsedRealtime); in notePhoneOnLocked()3224 mPhoneOnTimer.stopRunningLocked(elapsedRealtime); in notePhoneOffLocked()4007 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime()4011 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount()6415 mPhoneOnTimer = new StopwatchTimer(null, -3, null, mOnBatteryTimeBase); in BatteryStatsImpl()6701 mPhoneOnTimer.reset(false); in resetAllStatsLocked()7927 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()8216 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()8509 mPhoneOnTimer = new StopwatchTimer(null, -3, null, mOnBatteryTimeBase, in); in readFromParcelLocked()[all …]