Searched refs:DELETED_RULE_KEPT_FOR (Results 1 – 1 of 1) sorted by relevance
152 private static final Duration DELETED_RULE_KEPT_FOR = Duration.ofDays(30); field in ZenModeHelper1801 Instant keptRuleThreshold = mClock.instant().minus(DELETED_RULE_KEPT_FOR); in cleanUpZenRules()