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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java280 boolean sound, boolean visible, PendingIntent pi) {
304 if (sound) {
279 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.java397 * Set the sound to play. It will play on the default stream.
399 public Builder setSound(Uri sound) { argument
400 mNotification.sound = sound;
406 * Set the sound to play. It will play on the stream you supply.
411 public Builder setSound(Uri sound, int streamType) { argument
412 mNotification.sound = sound;
460 * Set this flag if you would only like the sound, vibrate
/frameworks/base/core/java/android/app/
H A DNotification.java67 * Use the default notification sound. This will ignore any given
68 * {@link #sound}.
210 * The sound to play.
213 * To play the default notification sound, see {@link #defaults}.
216 public Uri sound; field in class:Notification
226 * The audio stream type to use when playing the sound.
317 * set if you want the sound and/or vibration play each time the
574 sound = Uri.CREATOR.createFromParcel(parcel);
628 that.sound = this.sound; // androi
1234 setSound(Uri sound) argument
1247 setSound(Uri sound, int streamType) argument
[all...]

Completed in 110 milliseconds