Searched refs:EXTRA_WIFI_SECURITY (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.settingslib.wifi.dpp.WifiDppIntentHelper.EXTRA_WIFI_SECURITY;64 assertThat(expected.getStringExtra(EXTRA_WIFI_SECURITY)).isEqualTo(SECURITY_NO_PASSWORD); in setConfiguratorIntentExtra_returnsCorrectValues()
36 static final String EXTRA_WIFI_SECURITY = "security"; field in WifiDppIntentHelper73 intent.putExtra(EXTRA_WIFI_SECURITY, security); in setConfiguratorIntentExtra()