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

/frameworks/base/core/java/android/app/
H A DNotification.java222 public static final int STREAM_DEFAULT = -1; field in class:Notification
229 public int audioStreamType = STREAM_DEFAULT;
961 * <td>{@link #STREAM_DEFAULT}</td></tr>
975 mAudioStreamType = STREAM_DEFAULT;
1198 * It will be played on the {@link #STREAM_DEFAULT default stream} for notifications.
1204 mAudioStreamType = STREAM_DEFAULT;

Completed in 31 milliseconds