Searched refs:ATT_PRIORITY (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 72 private static final String ATT_PRIORITY = "priority"; field in NotificationChannel 715 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml() 804 null, ATT_PRIORITY, Integer.toString(Notification.PRIORITY_MAX)); in writeXml() 874 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX); in toJson()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 88 private static final String ATT_PRIORITY = "priority"; field in PreferencesHelper 186 XmlUtils.readIntAttribute(parser, ATT_PRIORITY, in readXml() 197 parser, ATT_PRIORITY, DEFAULT_PRIORITY); in readXml() 424 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority)); in writeXml()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 8508 Landroid/app/NotificationChannel;->ATT_PRIORITY:Ljava/lang/String;
|