Searched refs:mPhoneOnTimer (Results 1 – 1 of 1) sorted by relevance
347 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl3302 mPhoneOnTimer.startRunningLocked(elapsedRealtime); in notePhoneOnLocked()3315 mPhoneOnTimer.stopRunningLocked(elapsedRealtime); in notePhoneOffLocked()4172 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime()4176 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount()6810 mPhoneOnTimer = new StopwatchTimer(null, -3, null, mOnBatteryTimeBase); in BatteryStatsImpl()7430 mPhoneOnTimer.reset(false); in resetAllStatsLocked()9152 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()9472 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()9795 mPhoneOnTimer = new StopwatchTimer(null, -3, null, mOnBatteryTimeBase, in); in readFromParcelLocked()[all …]