Searched refs:WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED (Results 1 – 3 of 3) sorted by relevance
48 import static android.net.wifi.WifiManager.WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED;4332 .thenReturn(new Long(WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED)); in testIsD2dSupportedWhenInfraStaDisabled()4335 .thenReturn(new Long(~WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED)); in testIsD2dSupportedWhenInfraStaDisabled()
2805 additionalFeatureSet |= WifiManager.WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED; in setSupportedFeatureSet()
4032 public static final long WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED = 1L << 62; field in WifiManager4324 return isFeatureSupported(WIFI_FEATURE_D2D_WHEN_INFRA_STA_DISABLED); in isD2dSupportedWhenInfraStaDisabled()