Searched refs:shouldDisableDependents (Results 1 – 10 of 10) sorted by relevance
69 final boolean shouldDisableDependents = in shouldDisableDependents_edgeTypeNone_returnTrue()70 mEdgeTypePreference.shouldDisableDependents(); in shouldDisableDependents_edgeTypeNone_returnTrue()72 assertThat(shouldDisableDependents).isTrue(); in shouldDisableDependents_edgeTypeNone_returnTrue()
45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference47 || super.shouldDisableDependents(); in shouldDisableDependents()
50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
208 notifyDependencyChange(shouldDisableDependents()); in setValue()
48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory()81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
236 notifyDependencyChange(shouldDisableDependents()); in updateSummaryText()240 public boolean shouldDisableDependents() { in shouldDisableDependents() method in CallBarringEditPreference
416 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference
143 notifyDependencyChange(shouldDisableDependents()); in setChecked()
182 notifyDependencyChange(shouldDisableDependents()); in setChecked()