Home
last modified time | relevance | path

Searched refs:notifyDependencyChange (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceGroup.java302 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in PreferenceGroup
303 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
H A DPreference.java865 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1464 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in Preference
1488 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1505 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
H A DEditTextPreference.java107 notifyDependencyChange(shouldDisableDependents()); in setText()
H A DTwoStatePreference.java91 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/aosp14/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java73 notifyDependencyChange(!value); in setValue()
/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.txt34534 method @Deprecated public void notifyDependencyChange(boolean);