Home
last modified time | relevance | path

Searched refs:addPreference (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DShortcutPicker.java59 screen.addPreference(mNonePreference); in onCreatePreferences()
65 screen.addPreference(otherApps); in onCreatePreferences()
76 screen.addPreference(appPreference); in onCreatePreferences()
81 screen.addPreference(shortcutPref); in onCreatePreferences()
85 otherApps.addPreference(appPreference); in onCreatePreferences()
95 screen.addPreference(p); in onCreatePreferences()
DTunerActivity.java150 screen.addPreference(p); in onCreatePreferences()
162 mParentScreen.addPreference(p); in onDestroy()
DDemoModeFragment.java79 screen.addPreference(mEnabledSwitch); in onCreatePreferences()
80 screen.addPreference(mOnSwitch); in onCreatePreferences()
DRadioListPreference.java123 getPreferenceScreen().addPreference(pref); in update()
DPluginFragment.java115 screen.addPreference(pref); in loadPrefs()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeEnablerManagerCompat.java129 root.addPreference(keyboardSettingsCategory); in addInputMethodSubtypePreferences()
139 keyboardSettingsCategory.addPreference(autoSelectionPref); in addInputMethodSubtypePreferences()
145 root.addPreference(activeInputMethodsCategory); in addInputMethodSubtypePreferences()
169 activeInputMethodsCategory.addPreference(pref); in addInputMethodSubtypePreferences()
DInputMethodAndSubtypeEnablerManager.java128 root.addPreference(keyboardSettingsCategory); in addInputMethodSubtypePreferences()
138 keyboardSettingsCategory.addPreference(autoSelectionPref); in addInputMethodSubtypePreferences()
144 root.addPreference(activeInputMethodsCategory); in addInputMethodSubtypePreferences()
168 activeInputMethodsCategory.addPreference(pref); in addInputMethodSubtypePreferences()
/frameworks/base/core/java/android/preference/
DPreferenceGroup.java113 addPreference(preference); in addItemFromInflater()
141 public boolean addPreference(Preference preference) { in addPreference() method in PreferenceGroup
/frameworks/base/core/api/
Dcurrent.txt32762 method @Deprecated public boolean addPreference(android.preference.Preference);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22744 method public boolean addPreference(android.preference.Preference);