Searched refs:ATT_PRIORITY (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 135 private static final String ATT_PRIORITY = "priority"; field in NotificationChannel 960 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml() 1054 out.attributeInt(null, ATT_PRIORITY, Notification.PRIORITY_MAX); in writeXml() 1140 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX); in toJson()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 120 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() 561 out.attributeInt(null, ATT_PRIORITY, r.priority); in writeXml()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7980 Landroid/app/NotificationChannel;->ATT_PRIORITY:Ljava/lang/String;
|