Home
last modified time | relevance | path

Searched defs:COEX_RESTRICTION_SOFTAP (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java996 Arrays.asList(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, 6)), COEX_RESTRICTION_SOFTAP); in testSetCoexUnsafeChannels_multipleSameChannels_updatesDriverOnce() local
998 Arrays.asList(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, 6)), COEX_RESTRICTION_SOFTAP); in testSetCoexUnsafeChannels_multipleSameChannels_updatesDriverOnce() local
1000 Arrays.asList(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, 6)), COEX_RESTRICTION_SOFTAP); in testSetCoexUnsafeChannels_multipleSameChannels_updatesDriverOnce() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java4407 public static final int COEX_RESTRICTION_SOFTAP = 0x1 << 1; field in WifiManager