Searched refs:ATT_FLAGS (Results 1 – 2 of 2) sorted by relevance
144 private static final String ATT_FLAGS = "flags"; field in NotificationChannel1076 out.attributeInt(null, ATT_FLAGS, getAudioAttributes().getFlags()); in writeXml()1162 record.put(ATT_FLAGS, Integer.toString(getAudioAttributes().getFlags())); in toJson()1184 int flags = safeInt(parser, ATT_FLAGS, 0); in safeAudioAttributes()
7973 Landroid/app/NotificationChannel;->ATT_FLAGS:Ljava/lang/String;