Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java152 private static final Duration DELETED_RULE_KEPT_FOR = Duration.ofDays(30); field in ZenModeHelper
1801 Instant keptRuleThreshold = mClock.instant().minus(DELETED_RULE_KEPT_FOR); in cleanUpZenRules()