/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/autofill/ |
D | AutofillPreferenceCategory.java | 48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory() 81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
|
/packages/apps/Settings/src/com/android/settings/development/autofill/ |
D | AutofillPreferenceCategory.java | 48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory() 81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | PresetPreference.java | 45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference 47 || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | EdgeTypePreference.java | 50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference 51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | ColorPreference.java | 64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference 65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | ListDialogPreference.java | 208 notifyDependencyChange(shouldDisableDependents()); in setValue()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | PresetPreference.java | 45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference 47 || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | EdgeTypePreference.java | 50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference 51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | ColorPreference.java | 64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference 65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | ListDialogPreference.java | 208 notifyDependencyChange(shouldDisableDependents()); in setValue()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallBarringEditPreference.java | 255 notifyDependencyChange(shouldDisableDependents()); in updateSummaryText() 266 public boolean shouldDisableDependents() { in shouldDisableDependents() method in CallBarringEditPreference
|
D | EditPhoneNumberPreference.java | 401 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | CollapsibleCheckboxPreferenceGroup.java | 143 notifyDependencyChange(shouldDisableDependents()); in setChecked()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | AppRestrictionsFragment.java | 182 notifyDependencyChange(shouldDisableDependents()); in setChecked()
|