Searched refs:canManageAutomaticZenRule (Results 1 – 2 of 2) sorted by relevance
290 if (canManageAutomaticZenRule(rule)) { in getZenRules()305 if (canManageAutomaticZenRule(rule)) { in getAutomaticZenRule()370 if (rule == null || !canManageAutomaticZenRule(rule)) { in updateAutomaticZenRule()393 if (canManageAutomaticZenRule(ruleToRemove)) { in removeAutomaticZenRule()422 if (Objects.equals(rule.getPkg(), packageName) && canManageAutomaticZenRule(rule)) { in removeAutomaticZenRules()510 public boolean canManageAutomaticZenRule(ZenRule rule) { in canManageAutomaticZenRule() method in ZenModeHelper539 if (canManageAutomaticZenRule(currRule)) { in updateDefaultZenRules()
27754 HPLcom/android/server/notification/ZenModeHelper;->canManageAutomaticZenRule(Landroid/service/notif…