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