Searched refs:rootKey (Results 1 - 19 of 19) 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.java114 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
117 .getPreferenceScreen().findPreference(rootKey);
H A DRadioListPreference.java107 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DTunerFragment.java70 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DDemoModeFragment.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DPluginFragment.java71 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DShortcutPicker.java48 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DLockscreenFragment.java81 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DNavBarTuner.java99 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSettingsFragment.java57 private PreferenceFragment buildPreferenceFragment(String rootKey) { argument
60 args.putString(PreferenceFragment.ARG_PREFERENCE_ROOT, rootKey);
73 public void onCreatePreferences(Bundle bundle, String rootKey) { argument
74 setPreferencesFromResource(sPreferenceResId, rootKey);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSettingsFragment.java57 private PreferenceFragment buildPreferenceFragment(String rootKey) { argument
60 args.putString(PreferenceFragment.ARG_PREFERENCE_ROOT, rootKey);
73 public void onCreatePreferences(Bundle bundle, String rootKey) { argument
74 setPreferencesFromResource(sPreferenceResId, rootKey);
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java59 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
61 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
62 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java77 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
79 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java59 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
61 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
62 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java77 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
79 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java229 final String rootKey;
231 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
233 rootKey = null;
235 onCreatePreferences(savedInstanceState, rootKey);
245 * @param rootKey If non-null, this preference fragment should be rooted at the
248 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java218 final String rootKey;
220 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
222 rootKey = null;
224 onCreatePreferences(savedInstanceState, rootKey);
234 * @param rootKey If non-null, this preference fragment should be rooted at the
237 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument

Completed in 588 milliseconds