Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DPreferenceGroup.java290 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in PreferenceGroup
291 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
DPreference.java771 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1280 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in Preference
1304 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1321 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
DEditTextPreference.java96 notifyDependencyChange(shouldDisableDependents()); in setText()
DTwoStatePreference.java83 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceGroup.java360 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in PreferenceGroup
361 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
DPreference.java717 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1223 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in Preference
1247 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1264 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
DEditTextPreference.java72 notifyDependencyChange(isBlocking); in setText()
DTwoStatePreference.java84 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/frameworks/base/core/java/com/android/internal/preference/
DYesNoPreference.java71 notifyDependencyChange(!value); in setValue()
/frameworks/support/api/
Dcurrent.txt8632 method public void notifyDependencyChange(boolean);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22589 method public void notifyDependencyChange(boolean);
/frameworks/base/api/
Dcurrent.txt29748 method public void notifyDependencyChange(boolean);
Dsystem-current.txt32345 method public void notifyDependencyChange(boolean);
Dtest-current.txt29824 method public void notifyDependencyChange(boolean);