Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java2739 public static final long WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY = 0x100000000000L; field in WifiManager
2846 return isFeatureSupported(WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY); in isStaConcurrencyForLocalOnlyConnectionsSupported()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java39 import static android.net.wifi.WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY;
2431 .thenReturn(new Long(WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY)); in testIsStaConcurrencySupported()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java7462 | 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java4397 concurrencyFeatureSet |= WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY;