Home
last modified time | relevance | path

Searched refs:EXTRA_WIFI_SECURITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/dpp/
DWifiDppIntentHelperTest.java21 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/dpp/
DWifiDppIntentHelper.java36 static final String EXTRA_WIFI_SECURITY = "security"; field in WifiDppIntentHelper
73 intent.putExtra(EXTRA_WIFI_SECURITY, security); in setConfiguratorIntentExtra()