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.java302 int coexRestrictions) { in setCoexUnsafeChannels() argument
308 | COEX_RESTRICTION_WIFI_AWARE) & coexRestrictions) != 0) { in setCoexUnsafeChannels()
314 mCoexRestrictions = coexRestrictions; in setCoexUnsafeChannels()
419 int coexRestrictions = 0; in updateCoexUnsafeChannels() local
665 coexRestrictions |= COEX_RESTRICTION_SOFTAP; in updateCoexUnsafeChannels()
671 coexRestrictions |= COEX_RESTRICTION_WIFI_DIRECT; in updateCoexUnsafeChannels()
707 if (coexRestrictions == 0) { in updateCoexUnsafeChannels()
726 new ArrayList<>(coexUnsafeChannelsByBandChannelPair.values()), coexRestrictions); in updateCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1485 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled() local
1487 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()
1504 int coexRestrictions = COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled() local
1506 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()