Searched refs:ATT_FLAGS (Results 1 – 1 of 1) sorted by relevance
98 private static final String ATT_FLAGS = "flags"; field in NotificationChannel993 out.attribute(null, ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags())); in writeXml()1076 record.put(ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags())); in toJson()1097 int flags = safeInt(parser, ATT_FLAGS, 0); in safeAudioAttributes()