Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java140 private static final String ATT_PRIORITY = "priority"; field in NotificationChannel
950 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
1044 out.attributeInt(null, ATT_PRIORITY, Notification.PRIORITY_MAX); in writeXml()
1130 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX); in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java131 private static final String ATT_PRIORITY = "priority"; field in PreferencesHelper
304 parser.getAttributeInt(null, ATT_PRIORITY, DEFAULT_PRIORITY), in restorePackage()
308 r.priority = parser.getAttributeInt(null, ATT_PRIORITY, DEFAULT_PRIORITY); in restorePackage()
612 out.attributeInt(null, ATT_PRIORITY, r.priority); in writeXml()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7980 Landroid/app/NotificationChannel;->ATT_PRIORITY:Ljava/lang/String;