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

/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java216 final String rootKey;
218 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
220 rootKey = null;
222 onCreatePreferences(savedInstanceState, rootKey);
232 * @param rootKey If non-null, this preference fragment should be rooted at the
235 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java209 final String rootKey;
211 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
213 rootKey = null;
215 onCreatePreferences(savedInstanceState, rootKey);
225 * @param rootKey If non-null, this preference fragment should be rooted at the
228 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument

Completed in 257 milliseconds