Searched refs:WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY (Results 1 – 4 of 4) sorted by relevance
2739 public static final long WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY = 0x100000000000L; field in WifiManager2846 return isFeatureSupported(WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY); in isStaConcurrencyForLocalOnlyConnectionsSupported()
39 import static android.net.wifi.WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY;2431 .thenReturn(new Long(WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY)); in testIsStaConcurrencySupported()
7462 | WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY, in syncGetSupportedFeaturesForStaStaConcurrency()7469 | WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY in syncGetSupportedFeaturesForStaStaConcurrency()7478 | WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY in syncGetSupportedFeaturesForStaStaConcurrency()
4397 concurrencyFeatureSet |= WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY;