Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java89 private static final String ATT_PRIORITY = "priority"; field in NotificationChannel
885 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
979 null, ATT_PRIORITY, Integer.toString(Notification.PRIORITY_MAX)); in writeXml()
1064 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX); in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java112 private static final String ATT_PRIORITY = "priority"; field in PreferencesHelper
248 XmlUtils.readIntAttribute(parser, ATT_PRIORITY, in readXml()
258 parser, ATT_PRIORITY, DEFAULT_PRIORITY); in readXml()
523 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority)); in writeXml()