Home
last modified time | relevance | path

Searched refs:mWifiMulticastWakelockTimer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1368 StopwatchTimer mWifiMulticastWakelockTimer; field in BatteryStatsImpl
6826 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74484 Lcom/android/internal/os/BatteryStatsImpl;->mWifiMulticastWakelockTimer:Lcom/android/internal/os/Ba…