Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java74 private int mLastFrequency = -1; field in WifiDataStall
200 mLastFrequency = -1; in reset()
385 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkDataStallAndThroughputSufficiency()
387 && mLastFrequency == currFrequency); in checkDataStallAndThroughputSufficiency()
388 mLastFrequency = currFrequency; in checkDataStallAndThroughputSufficiency()
H A DWifiMetrics.java258 private int mLastFrequency = -1; field in WifiMetrics
5234 mLastFrequency = -1; in clear()
6282 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1
6284 && mLastFrequency == info.getFrequency());
6286 mLastFrequency = info.getFrequency();
6376 mWifiChannelUtilization.getUtilizationRatio(mLastFrequency);