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.java135 private static final String ATT_PRIORITY = "priority"; field in NotificationChannel
969 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
1064 out.attributeInt(null, ATT_PRIORITY, Notification.PRIORITY_MAX); in writeXml()
1150 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX); in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java120 private static final String ATT_PRIORITY = "priority"; field in PreferencesHelper
258 null, ATT_PRIORITY, DEFAULT_PRIORITY), in readXml()
267 null, ATT_PRIORITY, DEFAULT_PRIORITY); in readXml()
562 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;