Searched defs:ATT_FLAGS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java74 private static final String ATT_FLAGS = "flags"; field in class:NotificationChannel
697 out.attribute(null, ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags()));
756 record.put(ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags()));
774 int flags = safeInt(parser, ATT_FLAGS, 0);

Completed in 36 milliseconds