Searched refs:COEX_RESTRICTION_SOFTAP (Results 1 – 12 of 12) sorted by relevance
20 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;208 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nonNullChannels_returnedInGetters()227 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nullChannels_setsEmptySet()247 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_undefinedRestrictions_setsEmptySet()266 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_notifiesWifiVendorHal()287 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()312 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()340 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()371 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()732 assertThat(coexManager.getCoexRestrictions() & COEX_RESTRICTION_SOFTAP) in testGetCoexUnsafeChannels_LAA_restrict5gSoftApAndWifiDirect()[all …]
20 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;307 if ((~(COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in setCoexUnsafeChannels()665 coexRestrictions |= COEX_RESTRICTION_SOFTAP; in updateCoexUnsafeChannels()
406 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in chooseApChannelWithUnsafeChannelsPreferSafe()466 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in chooseApChannelWithAllHardUnsafeSelectDefault()757 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testIsAvailableChannelsOnTargetBands()
452 (coexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) != 0; in chooseApChannel()494 && (coexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) in removeUnavailableBands()
259 if ((mCoexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) != 0) { in updateSafeChannelFrequencyList()
709 if ((restrictions & WifiManager.COEX_RESTRICTION_SOFTAP) != 0) { in frameworkCoexRestrictionsToHidl()
3775 public static final int COEX_RESTRICTION_SOFTAP = 0x1 << 1; field in WifiManager3793 COEX_RESTRICTION_SOFTAP,
22 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;316 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsGoesToWifiServiceImpl()
2874 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testBridgedModeFallbackToSingleModeDueToCoexIsHardUnsafe()2961 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testBridgedModeShutDownInstanceDueToCoexIsHardUnsafe()
26 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;1485 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()1504 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()
3401 | WifiManager.COEX_RESTRICTION_WIFI_AWARE | WifiManager.COEX_RESTRICTION_SOFTAP; in testSetCoexUnsafeChannels()
611 field public static final int COEX_RESTRICTION_SOFTAP = 2; // 0x2