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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiMultiPagedFormActivity.java 91 public boolean choiceChosen(FormPage formPage, int choiceResourceId) {
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);

Completed in 92 milliseconds