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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java279 boolean sound, boolean visible, PendingIntent pi) {
303 if (sound) {
278 setUsbStorageNotification(int titleId, int messageId, int icon, boolean sound, boolean visible, PendingIntent pi) argument
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java272 * Set the sound to play. It will play on the default stream.
274 public Builder setSound(Uri sound) { argument
275 mNotification.sound = sound;
281 * Set the sound to play. It will play on the stream you supply.
286 public Builder setSound(Uri sound, int streamType) { argument
287 mNotification.sound = sound;
335 * Set this flag if you would only like the sound, vibrate
/frameworks/base/core/java/android/app/
H A DNotification.java66 * Use the default notification sound. This will ignore any given
67 * {@link #sound}.
209 * The sound to play.
212 * To play the default notification sound, see {@link #defaults}.
215 public Uri sound; field in class:Notification
225 * The audio stream type to use when playing the sound.
316 * set if you want the sound and/or vibration play each time the
573 sound = Uri.CREATOR.createFromParcel(parcel);
627 that.sound = this.sound; // androi
1202 setSound(Uri sound) argument
1215 setSound(Uri sound, int streamType) argument
[all...]

Completed in 379 milliseconds