Searched refs:ATT_USAGE (Results 1 – 1 of 1) sorted by relevance
80 private static final String ATT_USAGE = "usage"; field in NotificationChannel815 out.attribute(null, ATT_USAGE, Integer.toString(getAudioAttributes().getUsage())); in writeXml()883 record.put(ATT_USAGE, Integer.toString(getAudioAttributes().getUsage())); in toJson()903 int usage = safeInt(parser, ATT_USAGE, AudioAttributes.USAGE_NOTIFICATION); in safeAudioAttributes()