Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java59 private int mLastFrequency = -1; field in WifiDataStall
147 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkForDataStall()
149 && mLastFrequency == wifiInfo.getFrequency()); in checkForDataStall()
150 mLastFrequency = wifiInfo.getFrequency(); in checkForDataStall()
214 WifiLinkLayerStats.ChannelStats statsMap = newStats.channelStatsMap.get(mLastFrequency); in updateCcaLevel()
DWifiMetrics.java207 private int mLastFrequency = -1; field in WifiMetrics
3632 mLastFrequency = -1; in clear()
4393 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1
4395 && mLastFrequency == info.getFrequency());
4397 mLastFrequency = info.getFrequency();