Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java219 public boolean hasActiveStream(WifiInfo wifiInfo) { in hasActiveStream() method in WifiNetworkSelector
294 if (!hasSufficientLinkQuality(wifiInfo) && !hasActiveStream(wifiInfo)) { in isNetworkSufficient()
H A DWifiConnectivityManager.java1654 || mNetworkSelector.hasActiveStream(wifiInfo))) { in startPeriodicSingleScan()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConnectivityManagerTest.java2687 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(false); in verifyFullBandScanWhenConnected()
2724 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(false); in verifyFullBandScanWhenConnected()
2738 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(false); in verifyFullBandScanWhenConnected()
2762 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(true); in checkPartialScanRequestedWithLowRssiAndActiveStreamWithoutFwRoaming()
2818 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(false); in checkPartialSCanRequestedWithHighRssiNoActiveStreamWithoutFwRoaming()
2869 when(mWifiNS.hasActiveStream(eq(mWifiInfo))).thenReturn(true); in checkSingleScanSettingsWhenConnectedWithHighDataRateNotInCache()