Searched refs:ATT_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java66 private static final String ATT_PRIORITY = "priority"; field in class:NotificationChannel
627 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT));
715 null, ATT_PRIORITY, Integer.toString(Notification.PRIORITY_MAX));
779 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX);
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java84 private static final String ATT_PRIORITY = "priority"; field in class:RankingHelper
218 XmlUtils.readIntAttribute(parser, ATT_PRIORITY, DEFAULT_PRIORITY),
226 parser, ATT_PRIORITY, DEFAULT_PRIORITY);
418 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority));

Completed in 32 milliseconds