Home
last modified time | relevance | path

Searched refs:hasSufficientLinkQuality (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java202 public boolean hasSufficientLinkQuality(WifiInfo wifiInfo) { in hasSufficientLinkQuality() method in WifiNetworkSelector
282 if (!hasSufficientLinkQuality(wifiInfo)) { in isNetworkSufficient()
DWifiConnectivityManager.java1123 mNetworkSelector.hasSufficientLinkQuality(mWifiInfo) in startPeriodicSingleScan()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java1825 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()