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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java49 public static final int STREAM_RING = 2; field in class:AudioSystem
80 "STREAM_RING",
861 5, // STREAM_RING
915 (1 << STREAM_RING) |
H A DAudioManager.java217 * reflected by a change of the volume of its alias, {@link #STREAM_RING} on some devices,
323 public static final int STREAM_RING = AudioSystem.STREAM_RING; field in class:AudioManager
446 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
774 * {@link #STREAM_SYSTEM}, {@link #STREAM_RING}, {@link #STREAM_MUSIC},
2534 * @param streamType use STREAM_RING for focus requests when ringing, VOICE_CALL for
3536 * {@link #STREAM_RING},
3579 case STREAM_RING:

Completed in 53 milliseconds