Searched refs:mWifiMulticastWakelockTimer (Results 1 – 1 of 1) sorted by relevance
811 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl6082 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()6084 mWifiMulticastWakelockTimer.startRunningLocked(elapsedRealtime); in noteWifiMulticastEnabledLocked()6103 if (mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastDisabledLocked()6105 mWifiMulticastWakelockTimer.stopRunningLocked(elapsedRealtime); in noteWifiMulticastDisabledLocked()6480 return mWifiMulticastWakelockTimer.getTotalTimeLocked( in getWifiMulticastWakelockTime()6485 return mWifiMulticastWakelockTimer.getCountLocked(which); in getWifiMulticastWakelockCount()10168 mWifiMulticastWakelockTimer = new StopwatchTimer(mClocks, null, in BatteryStatsImpl()10883 mWifiMulticastWakelockTimer.reset(false); in resetAllStatsLocked()13799 mWifiMulticastWakelockTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()[all …]