Home
last modified time | relevance | path

Searched refs:sound (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/app/
DNotification.java171 public Uri sound; field in Notification
383 sound = Uri.CREATOR.createFromParcel(parcel); in Notification()
424 that.sound = this.sound; // android.net.Uri is immutable in clone()
498 if (sound != null) { in writeToParcel()
500 sound.writeToParcel(parcel, 0); in writeToParcel()
605 if (this.sound != null) { in toString()
606 sb.append(this.sound.toString()); in toString()
837 public Builder setSound(Uri sound) { in setSound() argument
838 mSound = sound; in setSound()
849 public Builder setSound(Uri sound, int streamType) { in setSound() argument
[all …]
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd23 <li><a href="#Sound">Adding a sound</a></li>
44 You can also configure the notification to alert the user with a sound, a vibration, and flashing
77 such as a sound to play. The {@link android.app.NotificationManager} is an Android system service
170 <li>An alert sound</li>
223 <h3 id="Sound">Adding a sound</h3>
225 <p>You can alert the user with the default notification sound
226 (which is defined by the user) or with a sound specified by your application.</p>
228 <p>To use the user's default sound, add "DEFAULT_SOUND" to the <var>defaults</var> field:</p>
233 <p>To use a different sound with your notifications, pass a Uri reference to the
234 <var>sound</var> field.
[all …]
Dindex.jd61 You can also configure the notification to alert the user with a sound, a vibration, and flashing
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java92 n.sound = Uri.parse("file://" + Environment.getExternalStorageDirectory() +
94 Log.d(TAG, "n.sound=" + n.sound);
448 n.sound = Uri.parse(
459 n.sound = Uri.parse(
462 Log.d(TAG, "n.sound=" + n.sound);
472 n.sound = Uri.parse(
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java279 boolean sound, boolean visible, PendingIntent pi) { in setUsbStorageNotification() argument
303 if (sound) { in setUsbStorageNotification()
/frameworks/base/docs/html/guide/topics/media/
Dindex.jd61 <dd>How to record sound in your application.</dd>
Dmediaplayer.jd62 device. Currently, that is the mobile device speaker or a Bluetooth headset. You cannot play sound
66 <p>The following classes are used to play sound and video in the Android framework:</p>
70 <dd>This class is the primary API for playing sound and video.</dd>
478 you should always request audio focus. Once it has focus, it can use the sound output freely, but it
Dcamera.jd732 the sound encoding type, specify the default setting or {@link
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java568 notification.sound = null; in updateUsbNotification()
601 notification.sound = null; in updateAdbNotification()
/frameworks/base/opengl/tests/angeles/
DREADME.txt20 cleaned up and the sound is removed. Also detail level is lowered,
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java174 pw.println(prefix + " sound=" + notification.sound); in dump()
800 if (useDefaultSound || notification.sound != null) { in enqueueNotificationInternal()
805 uri = notification.sound; in enqueueNotificationInternal()
DInputMethodManagerService.java532 mImeSwitcherNotification.sound = null; in InputMethodManagerService()
/frameworks/base/docs/html/sdk/
Dandroid-1.6-highlights.jd177 such as making a sound when a new window is shown, vibrating when navigating to the top of
Dandroid-2.2-highlights.jd253 database. Also provides APIs to let applications detect completion of sound loading and auto-pause
Dandroid-1.6.jd273 sound file.</li>
Dandroid-2.2.jd247 <li>New APIs in {@link android.media.SoundPool} to detect completion of sound-loading.</li>
Dandroid-2.3.jd734 audio pipeline on the device and is sensitive to delays or lag in sound input or
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd349 <li><code>Alarms/</code> - Media scanner classifies all media found here as an alarm sound.</li>
351 sound.</li>
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd609 example, create recordings of sound files for each language, as needed.</td>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd446 If a query can return binary data, such as an image or sound, the data
/frameworks/base/docs/html/guide/practices/design/
Djni.jd671 include manipulation of bitmaps or sound samples. There are two
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd27 be sure that the playback will sound exactly the same in both the JET Creator
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd552 is sensitive to delays or lag in sound input or output.</td>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd988 the sound settings of the Settings application. A custom ringtone
/frameworks/base/docs/html/guide/developing/devices/
Demulator.jd100 <li>A sound chip with output and input capabilities</li>

12