Searched refs:mLastFrequency (Results 1 – 2 of 2) sorted by relevance
73 private int mLastFrequency = -1; field in WifiDataStall200 mLastFrequency = -1; in reset()386 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkDataStallAndThroughputSufficiency()388 && mLastFrequency == currFrequency); in checkDataStallAndThroughputSufficiency()389 mLastFrequency = currFrequency; in checkDataStallAndThroughputSufficiency()
272 private int mLastFrequency = -1; field in WifiMetrics5982 mLastFrequency = -1; in clear()7077 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -17079 && mLastFrequency == info.getFrequency());7081 mLastFrequency = info.getFrequency();7171 mWifiChannelUtilization.getUtilizationRatio(mLastFrequency);