Searched refs:supportedFeaturesFromWifiNative (Results 1 – 1 of 1) sorted by relevance
4867 long supportedFeaturesFromWifiNative = WifiManager.WIFI_FEATURE_OWE; in testGetSupportedFeaturesForStaApConcurrency() local4869 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() local4893 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 …]