Searched refs:ATT_SOUND (Results 1 – 1 of 1) sorted by relevance
67 private static final String ATT_SOUND = "sound"; field in NotificationChannel575 setSound(safeUri(parser, ATT_SOUND), safeAudioAttributes(parser)); in populateFromXml()613 out.attribute(null, ATT_SOUND, getSound().toString()); in writeXml()672 record.put(ATT_SOUND, getSound().toString()); in toJson()