Searched refs:mLastFrequency (Results 1 – 2 of 2) sorted by relevance
74 private int mLastFrequency = -1; field in WifiDataStall200 mLastFrequency = -1; in reset()385 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkDataStallAndThroughputSufficiency()387 && mLastFrequency == currFrequency); in checkDataStallAndThroughputSufficiency()388 mLastFrequency = currFrequency; in checkDataStallAndThroughputSufficiency()
258 private int mLastFrequency = -1; field in WifiMetrics5234 mLastFrequency = -1; in clear()6282 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -16284 && mLastFrequency == info.getFrequency());6286 mLastFrequency = info.getFrequency();6376 mWifiChannelUtilization.getUtilizationRatio(mLastFrequency);