Searched refs:mWifiMulticastWakelockTimer (Results 1 – 2 of 2) sorted by relevance
1654 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl7218 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()7219 mWifiMulticastWakelockTimer.startRunningLocked(elapsedRealtimeMs); in noteWifiMulticastEnabledLocked()7236 if (mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastDisabledLocked()7238 mWifiMulticastWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteWifiMulticastDisabledLocked()7781 return mWifiMulticastWakelockTimer.getTotalTimeLocked( in getWifiMulticastWakelockTime()7786 return mWifiMulticastWakelockTimer.getCountLocked(which); in getWifiMulticastWakelockCount()11456 mWifiMulticastWakelockTimer = new StopwatchTimer(mClock, null, in initTimersAndCounters()12115 mWifiMulticastWakelockTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()16685 mWifiMulticastWakelockTimer.readSummaryFromParcelLocked(in);[all …]
73841 Lcom/android/internal/os/BatteryStatsImpl;->mWifiMulticastWakelockTimer:Lcom/android/internal/os/Ba…