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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DOtherPrefs.java23 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DTunerActivity.java89 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
91 .getPreferenceScreen().findPreference(rootKey));
H A DTunerFragment.java66 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DDemoModeFragment.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java57 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
59 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java58 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
60 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java73 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
75 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java57 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
59 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java58 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
60 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java73 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
75 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java228 final String rootKey;
230 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
232 rootKey = null;
234 onCreatePreferences(savedInstanceState, rootKey);
244 * @param rootKey If non-null, this preference fragment should be rooted at the
247 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java217 final String rootKey;
219 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
221 rootKey = null;
223 onCreatePreferences(savedInstanceState, rootKey);
233 * @param rootKey If non-null, this preference fragment should be rooted at the
236 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument

Completed in 437 milliseconds