Searched refs:hasSufficientLinkQuality (Results 1 – 3 of 3) sorted by relevance
202 public boolean hasSufficientLinkQuality(WifiInfo wifiInfo) { in hasSufficientLinkQuality() method in WifiNetworkSelector282 if (!hasSufficientLinkQuality(wifiInfo)) { in isNetworkSufficient()
1123 mNetworkSelector.hasSufficientLinkQuality(mWifiInfo) in startPeriodicSingleScan()
1825 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(false); in verifyFullBandScanWhenConnected()1861 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(true); in verifyFullBandScanWhenConnected()1874 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(true); in verifyFullBandScanWhenConnected()1897 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(false); in checkPartialScanRequestedWithLowRssiAndActiveStreamWithoutFwRoaming()1946 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(true); in checkPartialScanRequestedWithHighRssiNoActiveStreamWithoutFwRoaming()1996 when(mWifiNS.hasSufficientLinkQuality(eq(mWifiInfo))).thenReturn(true); in checkSingleScanSettingsWhenConnectedWithHighDataRateNotInCache()