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

/frameworks/base/media/java/android/media/
H A DMediaActionSound.java31 * camera operation sound when implementing a custom still or video recording mechanism (through the
59 * The sound used by
67 * A sound to indicate that focusing has completed. Because deciding
68 * when this occurs is application-dependent, this sound is not used by
75 * The sound used by
83 * The sound used by
115 * needed for playing any platform media action sound; you do not need a
116 * separate instance for each sound type.
134 private int loadSound(SoundState sound) { argument
135 int id = mSoundPool.load(SOUND_FILES[sound
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java115 * Use the default notification sound. This will ignore any given
116 * {@link #sound}.
329 * The sound to play.
336 * To play the default notification sound, see {@link #defaults}.
339 public Uri sound; field in class:Notification
352 * The audio stream type to use when playing the sound.
370 * The {@link AudioAttributes audio attributes} to use when playing the sound.
464 * set if you would only like the sound, vibrate and ticker to be played
1636 sound = Uri.CREATOR.createFromParcel(parcel);
1718 that.sound
2778 setSound(Uri sound) argument
2796 setSound(Uri sound, int streamType) argument
2812 setSound(Uri sound, AudioAttributes audioAttributes) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java56 * Use the default notification sound. This will ignore any sound set using
119 * Bit set in the Notification flags field if the notification's sound,
1298 * Set the sound to play. It will play on the default stream.
1305 public Builder setSound(Uri sound) { argument
1306 mNotification.sound = sound;
1312 * Set the sound to play. It will play on the stream you supply.
1322 public Builder setSound(Uri sound, int streamType) { argument
1323 mNotification.sound
[all...]

Completed in 222 milliseconds