Searched refs:mWifiMulticastWakelockTimer (Results 1 – 2 of 2) sorted by relevance
1368 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl6826 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()6827 mWifiMulticastWakelockTimer.startRunningLocked(elapsedRealtimeMs); in noteWifiMulticastEnabledLocked()6844 if (mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastDisabledLocked()6846 mWifiMulticastWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteWifiMulticastDisabledLocked()7385 return mWifiMulticastWakelockTimer.getTotalTimeLocked( in getWifiMulticastWakelockTime()7390 return mWifiMulticastWakelockTimer.getCountLocked(which); in getWifiMulticastWakelockCount()10967 mWifiMulticastWakelockTimer = new StopwatchTimer(mClock, null, in initTimersAndCounters()11611 mWifiMulticastWakelockTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()15914 mWifiMulticastWakelockTimer.readSummaryFromParcelLocked(in);[all …]
74484 Lcom/android/internal/os/BatteryStatsImpl;->mWifiMulticastWakelockTimer:Lcom/android/internal/os/Ba…