Home
last modified time | relevance | path

Searched refs:ATT_FLAGS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java81 private static final String ATT_FLAGS = "flags"; field in NotificationChannel
818 out.attribute(null, ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags())); in writeXml()
886 record.put(ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags())); in toJson()
906 int flags = safeInt(parser, ATT_FLAGS, 0); in safeAudioAttributes()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8501 Landroid/app/NotificationChannel;->ATT_FLAGS:Ljava/lang/String;