Searched refs:ruleMatches (Results 1 – 1 of 1) sorted by relevance
424 if (ruleMatches(id, condition, config.manualRule)) { in findMatchingRule()428 if (ruleMatches(id, condition, automaticRule)) { in findMatchingRule()436 private boolean ruleMatches(Uri id, Condition condition, ZenRule rule) { in ruleMatches() method in ZenModeHelper