Home
last modified time | relevance | path

Searched refs:removePreference (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerFragment.java84 getPreferenceScreen().removePreference(findPreference(KEY_PLUGINS)); in onCreatePreferences()
87 getPreferenceScreen().removePreference(findPreference(KEY_DOZE)); in onCreatePreferences()
92 if (preference != null) getPreferenceScreen().removePreference(preference); in onCreatePreferences()
H A DTunerActivity.java157 mParentScreen.removePreference(p); in onCreatePreferences()
169 screen.removePreference(p); in onDestroy()
H A DShortcutPicker.java90 screen.removePreference(otherApps); in onCreatePreferences()
93 otherApps.removePreference(p); in onCreatePreferences()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceGroup.java189 public boolean removePreference(Preference preference) { in removePreference() method in PreferenceGroup
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34720 method @Deprecated public boolean removePreference(android.preference.Preference);