Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java4867 long supportedFeaturesFromWifiNative = WifiManager.WIFI_FEATURE_OWE; in testGetSupportedFeaturesForStaApConcurrency() local
4869 supportedFeaturesFromWifiNative); in testGetSupportedFeaturesForStaApConcurrency()
4873 assertEquals(supportedFeaturesFromWifiNative, in testGetSupportedFeaturesForStaApConcurrency()
4879 assertEquals(supportedFeaturesFromWifiNative | WifiManager.WIFI_FEATURE_AP_STA, in testGetSupportedFeaturesForStaApConcurrency()
4891 long supportedFeaturesFromWifiNative = WifiManager.WIFI_FEATURE_OWE; in testGetSupportedFeaturesForStaStaConcurrency() local
4893 supportedFeaturesFromWifiNative); in testGetSupportedFeaturesForStaStaConcurrency()
4896 assertEquals(supportedFeaturesFromWifiNative, mActiveModeWarden.getSupportedFeatureSet()); in testGetSupportedFeaturesForStaStaConcurrency()
4902 assertEquals(supportedFeaturesFromWifiNative in testGetSupportedFeaturesForStaStaConcurrency()
4910 assertEquals(supportedFeaturesFromWifiNative in testGetSupportedFeaturesForStaStaConcurrency()
4920 assertEquals(supportedFeaturesFromWifiNative in testGetSupportedFeaturesForStaStaConcurrency()
[all …]