Home
last modified time | relevance | path

Searched refs:extraChoices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DFormPageDisplayer.java74 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices); in getChoices() argument
130 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, in displayPage() argument
139 return displayList(formPageInfo, titleArgument, descriptionArgument, extraChoices, in displayPage()
177 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, final FormPage formPage, in displayList() argument
183 formPageInfo.getChoices(mContext, extraChoices), lastPage == null ? null in displayList()
DWifiFormPageType.java170 Context context, ArrayList<SelectFromListWizardFragment.ListItem> extraChoices) { in getChoices() argument
173 if (extraChoices != null) { in getChoices()
174 choices.addAll(extraChoices); in getChoices()
DWifiMultiPagedFormActivity.java128 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, in displayPage() argument
133 extraChoices, previousFormPage, userActivityListener, showProgress, currentFormPage, in displayPage()