Home
last modified time | relevance | path

Searched refs:shouldDisableDependents (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DEdgeTypePreferenceTest.java69 final boolean shouldDisableDependents = in shouldDisableDependents_edgeTypeNone_returnTrue()
70 mEdgeTypePreference.shouldDisableDependents(); in shouldDisableDependents_edgeTypeNone_returnTrue()
72 assertThat(shouldDisableDependents).isTrue(); in shouldDisableDependents_edgeTypeNone_returnTrue()
/packages/apps/Settings/src/com/android/settings/accessibility/
DPresetPreference.java45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference
47 || super.shouldDisableDependents(); in shouldDisableDependents()
DEdgeTypePreference.java50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference
51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
DColorPreference.java64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference
65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
DListDialogPreference.java208 notifyDependencyChange(shouldDisableDependents()); in setValue()
/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillPreferenceCategory.java48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory()
81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
/packages/services/Telephony/src/com/android/phone/
DCallBarringEditPreference.java236 notifyDependencyChange(shouldDisableDependents()); in updateSummaryText()
240 public boolean shouldDisableDependents() { in shouldDisableDependents() method in CallBarringEditPreference
DEditPhoneNumberPreference.java416 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DCollapsibleCheckboxPreferenceGroup.java143 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java182 notifyDependencyChange(shouldDisableDependents()); in setChecked()