Searched refs:canManageAutomaticZenRule (Results 1 – 1 of 1) sorted by relevance
263 if (canManageAutomaticZenRule(rule)) { in getZenRules()278 if (canManageAutomaticZenRule(rule)) { in getAutomaticZenRule()337 if (rule == null || !canManageAutomaticZenRule(rule)) { in updateAutomaticZenRule()355 if (canManageAutomaticZenRule(rule)) { in removeAutomaticZenRule()374 && canManageAutomaticZenRule(rule)) { in removeAutomaticZenRules()394 public boolean canManageAutomaticZenRule(ZenRule rule) { in canManageAutomaticZenRule() method in ZenModeHelper