Home | History | Annotate | Download | only in app

Lines Matching refs:sound

38  *      <li>Alerting the user by flashing the backlight, playing a sound,
128 if (notification.sound != null) {
129 notification.sound = notification.sound.getCanonicalUri();
131 notification.sound.checkFileUriExposed("Notification.sound");
153 if (notification.sound != null) {
154 notification.sound = notification.sound.getCanonicalUri();
156 notification.sound.checkFileUriExposed("Notification.sound");