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/compat/java/android/support/v4/app/
H A DNotificationCompat.java118 public static final int STREAM_DEFAULT = -1; field in class:NotificationCompat
694 * {@link Notification#STREAM_DEFAULT}.
708 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
959 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
971 * @see Notification#STREAM_DEFAULT
/frameworks/base/core/java/android/app/
H A DNotification.java375 public static final int STREAM_DEFAULT = -1; field in class:Notification
385 public int audioStreamType = STREAM_DEFAULT;

Completed in 126 milliseconds