Searched refs:canManageAutomaticZenRule (Results 1 – 2 of 2) sorted by relevance
270 if (canManageAutomaticZenRule(rule)) { in getZenRules()285 if (canManageAutomaticZenRule(rule)) { in getAutomaticZenRule()349 if (rule == null || !canManageAutomaticZenRule(rule)) { in updateAutomaticZenRule()366 if (canManageAutomaticZenRule(rule)) { in removeAutomaticZenRule()384 if (rule.pkg.equals(packageName) && canManageAutomaticZenRule(rule)) { in removeAutomaticZenRules()467 public boolean canManageAutomaticZenRule(ZenRule rule) { in canManageAutomaticZenRule() method in ZenModeHelper496 if (canManageAutomaticZenRule(currRule)) { in updateDefaultZenRules()
9936 HSPLcom/android/server/notification/ZenModeHelper;->canManageAutomaticZenRule(Landroid/service/noti…