Home | History | Annotate | Download | only in preference

Lines Matching refs:titleText

1230      * @param titleText Optional text of the title of this fragment.
1239 CharSequence titleText, Fragment resultTo, int resultRequestCode) {
1251 } else if (titleText != null) {
1252 transaction.setBreadCrumbTitle(titleText);