Searched refs:shouldDisableDependents (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java85 final boolean wasBlocking = shouldDisableDependents();
91 final boolean isBlocking = shouldDisableDependents();
159 public boolean shouldDisableDependents() { method in class:EditTextPreference
160 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
H A DCheckBoxPreference.java157 notifyDependencyChange(shouldDisableDependents());
172 public boolean shouldDisableDependents() { method in class:CheckBoxPreference
174 return shouldDisable || super.shouldDisableDependents();
H A DPreference.java586 notifyDependencyChange(shouldDisableDependents());
1056 dependent.onDependencyChanged(this, shouldDisableDependents());
1104 notifyDependencyChange(shouldDisableDependents());
1116 public boolean shouldDisableDependents() { method in class:Preference
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java91 public boolean shouldDisableDependents() { method in class:YesNoPreference
92 return !mWasPositiveResult || super.shouldDisableDependents();

Completed in 16 milliseconds