HomeSort by relevance Sort by last modified time
    Searched refs:choiceChosen (Results 1 - 5 of 5) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AddWifiNetworkActivity.java 76 if (choiceChosen(formPage, R.string.wifi_security_type_none)) {
78 } else if (choiceChosen(formPage, R.string.wifi_security_type_wep)) {
80 } else if (choiceChosen(formPage, R.string.wifi_security_type_wpa)) {
82 } else if (choiceChosen(formPage, R.string.wifi_security_type_eap)) {
126 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
131 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
AdvancedWifiOptionsFlow.java 47 boolean choiceChosen(FormPage formPage, int choiceResourceId);
120 if (mPageHandler.choiceChosen(formPage, R.string.wifi_action_advanced_no)) {
130 if (mPageHandler.choiceChosen(formPage, R.string.wifi_action_proxy_none)) {
171 if (mPageHandler.choiceChosen(formPage, R.string.wifi_action_dhcp)) {
349 boolean hasProxySettings = (mAdvancedOptionsPage == null || !mPageHandler.choiceChosen(
351 && !mPageHandler.choiceChosen(mProxySettingsPage, R.string.wifi_action_proxy_none);
379 boolean hasIpSettings = (mAdvancedOptionsPage == null || !mPageHandler.choiceChosen(
381 && !mPageHandler.choiceChosen(mIpSettingsPage, R.string.wifi_action_dhcp);
WifiConnectionActivity.java 100 if (choiceChosen(formPage, R.string.wifi_connect)) {
102 } else if (choiceChosen(formPage, R.string.wifi_forget_network)) {
143 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
149 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
WifiMultiPagedFormActivity.java 91 public boolean choiceChosen(FormPage formPage, int choiceResourceId) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 217 if (choiceChosen(formPage, R.string.wifi_connect)) {
219 } else if (choiceChosen(formPage, R.string.wifi_forget_network)) {
226 if (choiceChosen(formPage, R.string.skip_network)) {
244 if (choiceChosen(formPage, R.string.wifi_security_type_none)) {
246 } else if (choiceChosen(formPage, R.string.wifi_security_type_wep)) {
248 } else if (choiceChosen(formPage, R.string.wifi_security_type_wpa)) {
250 } else if (choiceChosen(formPage, R.string.wifi_security_type_eap)) {
293 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
305 if (choiceChosen(formPage, R.string.wifi_action_try_again)) {
315 if (choiceChosen(formPage, R.string.wifi_action_dont_change_network))
    [all...]

Completed in 2439 milliseconds