Searched refs:extraChoices (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | FormPageDisplayer.java | 82 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices); in getChoices() argument 138 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, in displayPage() argument 147 return displayList(formPageInfo, titleArgument, descriptionArgument, extraChoices, in displayPage() 184 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, final FormPage formPage, in displayList() argument 190 formPageInfo.getChoices(mContext, extraChoices), lastPage == null ? null in displayList()
|
D | WifiFormPageType.java | 194 Context context, ArrayList<SelectFromListWizardFragment.ListItem> extraChoices) { in getChoices() argument 196 if (extraChoices != null) { in getChoices() 197 choices.addAll(extraChoices); in getChoices() 204 if (extraChoices != null) { in getChoices() 205 for (SelectFromListWizardFragment.ListItem item : extraChoices) { in getChoices()
|
D | WifiMultiPagedFormActivity.java | 128 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, in displayPage() argument 133 extraChoices, previousFormPage, userActivityListener, showProgress, currentFormPage, in displayPage()
|