Searched refs:COEX_RESTRICTION_SOFTAP (Results 1 – 13 of 13) sorted by relevance
20 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;210 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nonNullChannels_returnedInGetters()229 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nullChannels_setsEmptySet()249 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_undefinedRestrictions_setsEmptySet()268 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_notifiesWifiVendorHal()289 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()314 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()342 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()373 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()736 assertThat(coexManager.getCoexRestrictions() & COEX_RESTRICTION_SOFTAP) in testGetCoexUnsafeChannels_LAA_restrict5gSoftApAndWifiDirect()[all …]
20 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;346 if ((~(COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in setCoexUnsafeChannels()715 coexRestrictions |= COEX_RESTRICTION_SOFTAP; in updateCoexUnsafeChannels()
540 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in chooseApChannelWithUnsafeChannelsPreferSafe()602 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in chooseApChannelWithAllHardUnsafeSelectDefault()1090 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testIsAvailableChannelsOnTargetBands()
581 (coexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) != 0; in chooseApChannel()623 && (coexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) in removeUnavailableBands()
641 | WifiManager.COEX_RESTRICTION_WIFI_AWARE | WifiManager.COEX_RESTRICTION_SOFTAP; in testSetCoexUnsafeChannels()
1431 if ((restrictions & WifiManager.COEX_RESTRICTION_SOFTAP) != 0) { in frameworkToHalCoexRestrictions()
2174 if ((restrictions & WifiManager.COEX_RESTRICTION_SOFTAP) != 0) { in frameworkCoexRestrictionsToHidl()
370 if ((mCoexManager.getCoexRestrictions() & WifiManager.COEX_RESTRICTION_SOFTAP) != 0) { in updateSafeChannelFrequencyList()
23 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;357 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsGoesToWifiServiceImpl()
3501 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testBridgedModeFallbackToSingleModeDueToCoexIsHardUnsafe()3585 when(mCoexManager.getCoexRestrictions()).thenReturn(WifiManager.COEX_RESTRICTION_SOFTAP); in testBridgedModeShutDownInstanceDueToCoexIsHardUnsafe()
33 import static android.net.wifi.WifiManager.COEX_RESTRICTION_SOFTAP;2087 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()2106 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()
5471 public static final int COEX_RESTRICTION_SOFTAP = 0x1 << 1; field in WifiManager5489 COEX_RESTRICTION_SOFTAP,
882 field public static final int COEX_RESTRICTION_SOFTAP = 2; // 0x2