Searched refs:addPreference (Results 1 – 15 of 15) sorted by relevance
59 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()
140 screen.addPreference(p); in onCreatePreferences()152 mParentScreen.addPreference(p); in onDestroy()
72 screen.addPreference(mEnabledSwitch); in onCreatePreferences()73 screen.addPreference(mOnSwitch); in onCreatePreferences()
123 getPreferenceScreen().addPreference(pref); in update()
115 screen.addPreference(pref); in loadPrefs()
77 verify(mScreen).addPreference(preference); in createFooter_screenAvailable_canAttachToScreen()87 verify(mScreen).addPreference(preference); in createFooter_screenAvailableDelayed_canAttachToScreen()98 verify(mScreen, times(2)).addPreference(any(FooterPreference.class)); in createFooterTwice_screenAvailable_replaceOldFooter()
41 preferenceScreen.addPreference(mFooterPreference); in setPreferenceScreen()56 screen.addPreference(mFooterPreference); in createFooterPreference()
47 preferenceScreen.addPreference(mFooterPreference); in setPreferenceScreen()62 screen.addPreference(mFooterPreference); in createFooterPreference()
128 root.addPreference(keyboardSettingsCategory); in addInputMethodSubtypePreferences()138 keyboardSettingsCategory.addPreference(autoSelectionPref); in addInputMethodSubtypePreferences()144 root.addPreference(activeInputMethodsCategory); in addInputMethodSubtypePreferences()168 activeInputMethodsCategory.addPreference(pref); in addInputMethodSubtypePreferences()
129 root.addPreference(keyboardSettingsCategory); in addInputMethodSubtypePreferences()139 keyboardSettingsCategory.addPreference(autoSelectionPref); in addInputMethodSubtypePreferences()145 root.addPreference(activeInputMethodsCategory); in addInputMethodSubtypePreferences()169 activeInputMethodsCategory.addPreference(pref); in addInputMethodSubtypePreferences()
113 addPreference(preference); in addItemFromInflater()141 public boolean addPreference(Preference preference) { in addPreference() method in PreferenceGroup
22744 method public boolean addPreference(android.preference.Preference);
36278 method @Deprecated public boolean addPreference(android.preference.Preference);
36422 method @Deprecated public boolean addPreference(android.preference.Preference);