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

/frameworks/base/core/java/android/app/
H A DNotification.java223 public static final int STREAM_DEFAULT = -1; field in class:Notification
230 public int audioStreamType = STREAM_DEFAULT;
983 * <td>{@link #STREAM_DEFAULT}</td></tr>
997 mAudioStreamType = STREAM_DEFAULT;
1230 * It will be played on the {@link #STREAM_DEFAULT default stream} for notifications.
1236 mAudioStreamType = STREAM_DEFAULT;

Completed in 80 milliseconds