Searched refs:mLastFrequency (Results 1 – 2 of 2) sorted by relevance
59 private int mLastFrequency = -1; field in WifiDataStall147 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()
207 private int mLastFrequency = -1; field in WifiMetrics3632 mLastFrequency = -1; in clear()4393 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -14395 && mLastFrequency == info.getFrequency());4397 mLastFrequency = info.getFrequency();