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
76 "STREAM_RING",
694 5, // STREAM_RING
737 (1 << STREAM_RING) |
H A DAudioManager.java212 * reflected by a change of the volume of its alias, {@link #STREAM_RING} on some devices,
318 public static final int STREAM_RING = AudioSystem.STREAM_RING; field in class:AudioManager
422 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
796 * {@link #STREAM_SYSTEM}, {@link #STREAM_RING}, {@link #STREAM_MUSIC} or
1001 return STREAM_RING;
2416 * @param streamType use STREAM_RING for focus requests when ringing, VOICE_CALL for
3069 * {@link #STREAM_RING},
3111 case STREAM_RING:

Completed in 49 milliseconds