Searched refs:fragmentName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java935 * @param fragmentName the class name of the Fragment about to be attached to this activity.
938 protected boolean isValidFragment(String fragmentName) { argument
943 + " has not checked if fragment " + fragmentName + " is valid.");
1088 * @param fragmentName The name of the fragment to display.
1095 public Intent onBuildStartFragmentIntent(String fragmentName, Bundle args, argument
1099 intent.putExtra(EXTRA_SHOW_FRAGMENT, fragmentName);
1111 public void startWithFragment(String fragmentName, Bundle args, argument
1113 startWithFragment(fragmentName, args, resultTo, resultRequestCode, 0, 0);
1122 * @param fragmentName The name of the fragment to display.
1133 public void startWithFragment(String fragmentName, Bundl argument
1219 switchToHeaderInner(String fragmentName, Bundle args) argument
1240 switchToHeader(String fragmentName, Bundle args) argument
[all...]

Completed in 131 milliseconds