Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java361 int newRuleInstanceCount = getCurrentInstanceCount(automaticZenRule.getOwner()) in addAutomaticZenRule() local
366 || (ruleInstanceLimit > 0 && ruleInstanceLimit < newRuleInstanceCount)) { in addAutomaticZenRule()