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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java73 private static final String ATT_USAGE = "usage"; field in class:NotificationChannel
694 out.attribute(null, ATT_USAGE, Integer.toString(getAudioAttributes().getUsage()));
753 record.put(ATT_USAGE, Integer.toString(getAudioAttributes().getUsage()));
771 int usage = safeInt(parser, ATT_USAGE, AudioAttributes.USAGE_NOTIFICATION);

Completed in 10 milliseconds