Searched refs:extraChoices (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | FormPageDisplayer.java | 74 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()
|
D | WifiFormPageType.java | 170 Context context, ArrayList<SelectFromListWizardFragment.ListItem> extraChoices) { in getChoices() argument 173 if (extraChoices != null) { in getChoices() 174 choices.addAll(extraChoices); in getChoices()
|
D | WifiMultiPagedFormActivity.java | 128 ArrayList<SelectFromListWizardFragment.ListItem> extraChoices, in displayPage() argument 133 extraChoices, previousFormPage, userActivityListener, showProgress, currentFormPage, in displayPage()
|