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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java43 public static final int STREAM_DEFAULT = -1; field in class:AudioSystem
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java89 public static final int STREAM_DEFAULT = -1; field in class:NotificationCompat
929 * {@link Notification#STREAM_DEFAULT}.
940 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
1161 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
1173 * @see Notification#STREAM_DEFAULT
/frameworks/base/core/java/android/app/
H A DNotification.java302 public static final int STREAM_DEFAULT = -1; field in class:Notification
312 public int audioStreamType = STREAM_DEFAULT;
2140 * <td>{@link #STREAM_DEFAULT}</td></tr>
2163 mAudioStreamType = STREAM_DEFAULT;

Completed in 112 milliseconds