Home | History | Annotate | Download | only in settings

Lines Matching refs:titleText

903      * @param titleText Optional text of the title of this fragment.
912 CharSequence titleText, Fragment resultTo, int resultRequestCode) {
915 if (titleText != null) {
916 title = titleText.toString();
935 * @param titleText Optional text of the title of this fragment.
939 CharSequence titleText, UserHandle userHandle) {
951 startPreferencePanel(fragmentClass, args, titleRes, titleText, null, 0);
955 if (titleText != null) {
956 title = titleText.toString();