Searched refs:ATT_PRIORITY (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 135 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/ |
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() 562 out.attributeInt(null, ATT_PRIORITY, r.priority); in writeXml()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7980 Landroid/app/NotificationChannel;->ATT_PRIORITY:Ljava/lang/String;
|