Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeAddAutomaticRulePreferenceController.java76 public void onExternalRuleSelected(ZenRuleInfo ri, Fragment parent) { in onExternalRuleSelected() method in ZenModeAddAutomaticRulePreferenceController.RuleSelectionListener
H A DZenRuleSelectionDialog.java68 void onExternalRuleSelected(ZenRuleInfo ruleInfo, Fragment parent); in onExternalRuleSelected() method
145 mPositiveClickListener.onExternalRuleSelected(ri, getTargetFragment()); in bindType()