• Home
  • Raw
  • Download

Lines Matching refs:titleResId

444     public static Dialog buildGlobalChangeWarningDialog(final Context context, int titleResId,  in buildGlobalChangeWarningDialog()  argument
447 builder.setTitle(titleResId); in buildGlobalChangeWarningDialog()
481 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
484 null /* titleResPackageName */, titleResId, title, false /* not a shortcut */); in startWithFragment()
504 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
507 titleResPackageName, titleResId, title, false /* not a shortcut */); in startWithFragment()
511 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
514 null /* titleResPackageName */, titleResId, title, isShortcut); in startWithFragment()
523 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
526 titleResId, title, isShortcut); in startWithFragment()
535 int titleResId, CharSequence title, boolean isShortcut, in startWithFragmentAsUser() argument
539 startWithFragment(context, fragmentName, args, null, 0, titleResId, title, isShortcut); in startWithFragmentAsUser()
542 null /* titleResPackageName */, titleResId, title, isShortcut); in startWithFragmentAsUser()
550 String titleResPackageName, int titleResId, CharSequence title, boolean isShortcut, in startWithFragmentAsUser() argument
554 startWithFragment(context, fragmentName, args, null, 0, titleResPackageName, titleResId, in startWithFragmentAsUser()
558 titleResPackageName, titleResId, title, isShortcut); in startWithFragmentAsUser()
582 Bundle args, String titleResPackageName, int titleResId, CharSequence title, in onBuildStartFragmentIntent() argument
590 intent.putExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE_RESID, titleResId); in onBuildStartFragmentIntent()