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

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java965 * @param fragmentName the class name of the Fragment about to be attached to this activity.
968 protected boolean isValidFragment(String fragmentName) { argument
974 + " has not checked if fragment " + fragmentName + " is valid.");
1115 * @param fragmentName The name of the fragment to display.
1122 public Intent onBuildStartFragmentIntent(String fragmentName, Bundle args, argument
1126 intent.putExtra(EXTRA_SHOW_FRAGMENT, fragmentName);
1138 public void startWithFragment(String fragmentName, Bundle args, argument
1140 startWithFragment(fragmentName, args, resultTo, resultRequestCode, 0, 0);
1149 * @param fragmentName The name of the fragment to display.
1160 public void startWithFragment(String fragmentName, Bundl argument
1246 switchToHeaderInner(String fragmentName, Bundle args) argument
1277 switchToHeader(String fragmentName, Bundle args) argument
[all...]

Completed in 9 milliseconds