Searched defs:fragmentName (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/preference/ |
H A D | PreferenceActivity.java | 893 * @param fragmentName the class name of the Fragment about to be attached to this activity. 896 protected boolean isValidFragment(String fragmentName) { argument 901 + " has not checked if fragment " + fragmentName + " is valid."); 1046 * @param fragmentName The name of the fragment to display. 1053 public Intent onBuildStartFragmentIntent(String fragmentName, Bundle args, argument 1057 intent.putExtra(EXTRA_SHOW_FRAGMENT, fragmentName); 1069 public void startWithFragment(String fragmentName, Bundle args, argument 1071 startWithFragment(fragmentName, args, resultTo, resultRequestCode, 0, 0); 1080 * @param fragmentName The name of the fragment to display. 1091 public void startWithFragment(String fragmentName, Bundl argument 1176 switchToHeaderInner(String fragmentName, Bundle args, int direction) argument 1197 switchToHeader(String fragmentName, Bundle args) argument [all...] |
Completed in 31 milliseconds