Searched refs:isAutomaticActive (Results 1 – 6 of 6) sorted by relevance
476 boolean fromActive = from != null ? from.isAutomaticActive() : false; in RuleDiff()477 boolean toActive = to != null ? to.isAutomaticActive() : false; in RuleDiff()
1693 if (automaticRule.isAutomaticActive()) { in getConditionLine()1869 public boolean isAutomaticActive() { in isAutomaticActive() method in ZenModeConfig.ZenRule2016 if (automaticRule.isAutomaticActive()) { in getDescription()
372 if (rule != null && rule.isAutomaticActive()) { in numActiveRulesInConfig()
709 if (automaticRule.isAutomaticActive()) { in setManualZenMode()1080 if (automaticRule.isAutomaticActive()) { in computeZenMode()1124 if (automaticRule.isAutomaticActive()) { in updateConsolidatedPolicy()
281 assertTrue(fromXml.isAutomaticActive()); in testRuleXml_getPkg_nullPkg()
49895 Landroid/service/notification/ZenModeConfig$ZenRule;->isAutomaticActive()Z