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 DNavBarTuner.java88 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
H A DLockscreenFragment.java81 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DSettingsFragment.java58 private PreferenceFragment buildPreferenceFragment(String rootKey) { argument
61 args.putString(PreferenceFragment.ARG_PREFERENCE_ROOT, rootKey);
74 public void onCreatePreferences(Bundle bundle, String rootKey) { argument
75 setPreferencesFromResource(sPreferenceResId, rootKey);
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DSettingsFragment.java58 private PreferenceFragment buildPreferenceFragment(String rootKey) { argument
61 args.putString(PreferenceFragment.ARG_PREFERENCE_ROOT, rootKey);
74 public void onCreatePreferences(Bundle bundle, String rootKey) { argument
75 setPreferencesFromResource(sPreferenceResId, rootKey);
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/main/java/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
62 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java61 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
63 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java78 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
80 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/samples/SupportPreferenceDemos/src/main/java/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java60 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
62 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesCompat.java61 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
63 setPreferencesFromResource(R.xml.preferences, rootKey);
H A DFragmentSupportPreferencesLeanback.java78 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { argument
80 setPreferencesFromResource(R.xml.preferences, rootKey);
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceFragment.java219 final String rootKey;
221 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
223 rootKey = null;
225 onCreatePreferences(savedInstanceState, rootKey);
235 * @param rootKey If non-null, this preference fragment should be rooted at the
238 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument
H A DPreferenceFragmentCompat.java219 final String rootKey;
221 rootKey = getArguments().getString(ARG_PREFERENCE_ROOT);
223 rootKey = null;
225 onCreatePreferences(savedInstanceState, rootKey);
235 * @param rootKey If non-null, this preference fragment should be rooted at the
238 public abstract void onCreatePreferences(Bundle savedInstanceState, String rootKey); argument

Completed in 292 milliseconds