Home
last modified time | relevance | path

Searched refs:disableDependents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/preference/
DPreferenceGroup.java302 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() argument
303 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
309 getPreference(i).onParentChanged(this, disableDependents); in notifyDependencyChange()
DPreference.java1464 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() argument
1473 dependents.get(i).onDependencyChanged(this, disableDependents); in notifyDependencyChange()