Searched refs:KEY_INSTALL_CREDENTIALS (Results 1 – 2 of 2) sorted by relevance
49 static final String KEY_INSTALL_CREDENTIALS = "install_credentials"; field in ConfigureWifiSettings76 final Preference installCredentialsPref = findPreference(KEY_INSTALL_CREDENTIALS); in onCreate()
3 import static com.android.settings.wifi.ConfigureWifiSettings.KEY_INSTALL_CREDENTIALS;85 when(mSettings.findPreference(KEY_INSTALL_CREDENTIALS)).thenReturn(mInstallCredentialsPref); in setUp()