Home
last modified time | relevance | path

Searched refs:ruleId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/zen/
DAbstractZenModeAutomaticRulePreferenceController.java75 ComponentName configurationActivity, String ruleId) { in getRuleIntent() argument
78 .putExtra(ConditionProviderService.EXTRA_RULE_ID, ruleId); in getRuleIntent()
DZenModeBackend.java358 public boolean removeZenRule(String ruleId) { in removeZenRule() argument
359 return NotificationManager.from(mContext).removeAutomaticZenRule(ruleId); in removeZenRule()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DAbstractZenModeAutomaticRulePreferenceController.java75 ComponentName configurationActivity, String ruleId) { in getRuleIntent() argument
78 .putExtra(ConditionProviderService.EXTRA_RULE_ID, ruleId); in getRuleIntent()
DZenModeBackend.java370 public boolean removeZenRule(String ruleId) { in removeZenRule() argument
371 return NotificationManager.from(mContext).removeAutomaticZenRule(ruleId); in removeZenRule()