Searched refs:mWifiMulticastWakelockTimer (Results 1 – 2 of 2) sorted by relevance
1454 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl7153 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()7154 mWifiMulticastWakelockTimer.startRunningLocked(elapsedRealtimeMs); in noteWifiMulticastEnabledLocked()7171 if (mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastDisabledLocked()7173 mWifiMulticastWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteWifiMulticastDisabledLocked()7716 return mWifiMulticastWakelockTimer.getTotalTimeLocked( in getWifiMulticastWakelockTime()7721 return mWifiMulticastWakelockTimer.getCountLocked(which); in getWifiMulticastWakelockCount()11375 mWifiMulticastWakelockTimer = new StopwatchTimer(mClock, null, in initTimersAndCounters()11999 mWifiMulticastWakelockTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()16534 mWifiMulticastWakelockTimer.readSummaryFromParcelLocked(in);[all …]
73841 Lcom/android/internal/os/BatteryStatsImpl;->mWifiMulticastWakelockTimer:Lcom/android/internal/os/Ba…