HomeSort by relevance Sort by last modified time
    Searched refs:audioStreamType (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 123 mNotification.audioStreamType = 0;
145 assertEquals(mNotification.audioStreamType, result.audioStreamType);
  /frameworks/base/core/java/android/app/
Notification.java 141 * Use this constant as the value for audioStreamType to request that
152 public int audioStreamType = STREAM_DEFAULT;
336 audioStreamType = parcel.readInt();
392 parcel.writeInt(audioStreamType);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 786 int audioStreamType;
787 if (notification.audioStreamType >= 0) {
788 audioStreamType = notification.audioStreamType;
790 audioStreamType = DEFAULT_STREAM_TYPE;
795 if (audioManager.getStreamVolume(audioStreamType) != 0) {
798 mSound.play(mContext, uri, looping, audioStreamType);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 58 milliseconds