Searched refs:mWifiMulticastWakelockTimer (Results 1 – 1 of 1) sorted by relevance
858 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl5950 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()5952 mWifiMulticastWakelockTimer.startRunningLocked(elapsedRealtime); in noteWifiMulticastEnabledLocked()5972 if (mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastDisabledLocked()5974 mWifiMulticastWakelockTimer.stopRunningLocked(elapsedRealtime); in noteWifiMulticastDisabledLocked()6334 return mWifiMulticastWakelockTimer.getTotalTimeLocked( in getWifiMulticastWakelockTime()6339 return mWifiMulticastWakelockTimer.getCountLocked(which); in getWifiMulticastWakelockCount()9831 mWifiMulticastWakelockTimer = new StopwatchTimer(mClocks, null, in BatteryStatsImpl()10546 mWifiMulticastWakelockTimer.reset(false); in resetAllStatsLocked()13636 mWifiMulticastWakelockTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()[all …]