/frameworks/base/core/java/android/app/ |
D | Notification.java | 171 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/ |
D | notifications.jd | 23 <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 …]
|
D | index.jd | 61 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/ |
D | NotificationTestList.java | 92 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/ |
D | StorageNotification.java | 279 boolean sound, boolean visible, PendingIntent pi) { in setUsbStorageNotification() argument 303 if (sound) { in setUsbStorageNotification()
|
/frameworks/base/docs/html/guide/topics/media/ |
D | index.jd | 61 <dd>How to record sound in your application.</dd>
|
D | mediaplayer.jd | 62 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
|
D | camera.jd | 732 the sound encoding type, specify the default setting or {@link
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 568 notification.sound = null; in updateUsbNotification() 601 notification.sound = null; in updateAdbNotification()
|
/frameworks/base/opengl/tests/angeles/ |
D | README.txt | 20 cleaned up and the sound is removed. Also detail level is lowered,
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 174 pw.println(prefix + " sound=" + notification.sound); in dump() 800 if (useDefaultSound || notification.sound != null) { in enqueueNotificationInternal() 805 uri = notification.sound; in enqueueNotificationInternal()
|
D | InputMethodManagerService.java | 532 mImeSwitcherNotification.sound = null; in InputMethodManagerService()
|
/frameworks/base/docs/html/sdk/ |
D | android-1.6-highlights.jd | 177 such as making a sound when a new window is shown, vibrating when navigating to the top of
|
D | android-2.2-highlights.jd | 253 database. Also provides APIs to let applications detect completion of sound loading and auto-pause
|
D | android-1.6.jd | 273 sound file.</li>
|
D | android-2.2.jd | 247 <li>New APIs in {@link android.media.SoundPool} to detect completion of sound-loading.</li>
|
D | android-2.3.jd | 734 audio pipeline on the device and is sensitive to delays or lag in sound input or
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 349 <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/ |
D | localization.jd | 609 example, create recordings of sound files for each language, as needed.</td>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 446 If a query can return binary data, such as an image or sound, the data
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 671 include manipulation of bitmaps or sound samples. There are two
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 27 be sure that the playback will sound exactly the same in both the JET Creator
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 552 is sensitive to delays or lag in sound input or output.</td>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 988 the sound settings of the Settings application. A custom ringtone
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | emulator.jd | 100 <li>A sound chip with output and input capabilities</li>
|