Home
last modified time | relevance | path

Searched refs:coexRestrictions (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java341 int coexRestrictions) { in setCoexUnsafeChannels() argument
347 | COEX_RESTRICTION_WIFI_AWARE) & coexRestrictions) != 0) { in setCoexUnsafeChannels()
353 && mCoexRestrictions == coexRestrictions) { in setCoexUnsafeChannels()
359 mCoexRestrictions = coexRestrictions; in setCoexUnsafeChannels()
469 int coexRestrictions = 0; in updateCoexUnsafeChannels() local
715 coexRestrictions |= COEX_RESTRICTION_SOFTAP; in updateCoexUnsafeChannels()
721 coexRestrictions |= COEX_RESTRICTION_WIFI_DIRECT; in updateCoexUnsafeChannels()
767 if (coexRestrictions == 0) { in updateCoexUnsafeChannels()
786 new ArrayList<>(coexUnsafeChannelsByBandChannelPair.values()), coexRestrictions); in updateCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2087 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled() local
2089 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()
2106 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled() local
2108 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()