Home | History | Annotate | Download | only in notification

Lines Matching defs:getImportance

506                                 && record.getImportance() > NotificationManager.IMPORTANCE_MIN
528 public int getImportance(String packageName, int uid) {
639 channel.getImportance() < existing.getImportance()) {
640 existing.setImportance(channel.getImportance());
657 if (channel.getImportance() < IMPORTANCE_NONE
658 || channel.getImportance() > NotificationManager.IMPORTANCE_MAX) {
717 r.importance = updatedChannel.getImportance();
959 if (!nc.isDeleted() && IMPORTANCE_NONE == nc.getImportance()) {
1030 boolean wasEnabled = getImportance(packageName, uid) != IMPORTANCE_NONE;
1061 if (original.getImportance() != update.getImportance()) {
1419 channel.getImportance());