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;
1186 * <td>{@link #STREAM_DEFAULT}</td></tr>
1200 mAudioStreamType = STREAM_DEFAULT;
1434 * It will be played on the {@link #STREAM_DEFAULT default stream} for notifications.
1440 mAudioStreamType = STREAM_DEFAULT;

Completed in 54 milliseconds