Searched refs:ATT_SOUND (Results 1 – 2 of 2) sorted by relevance
77 private static final String ATT_SOUND = "sound"; field in NotificationChannel722 Uri sound = safeUri(parser, ATT_SOUND); in populateFromXml()816 out.attribute(null, ATT_SOUND, sound.toString()); in writeXml()884 record.put(ATT_SOUND, getSound().toString()); in toJson()
7985 Landroid/app/NotificationChannel;->ATT_SOUND:Ljava/lang/String;