Searched refs:STREAM_RING (Results 1 – 14 of 14) sorted by relevance
197 AudioSystem.STREAM_RING, // STREAM_RING200 AudioSystem.STREAM_RING, // STREAM_NOTIFICATION455 ((1 << AudioSystem.STREAM_RING)|(1 << AudioSystem.STREAM_NOTIFICATION)| in readPersistedSettings()467 …((1 << AudioSystem.STREAM_MUSIC)|(1 << AudioSystem.STREAM_RING)|(1 << AudioSystem.STREAM_SYSTEM))); in readPersistedSettings()511 ((STREAM_VOLUME_ALIAS[streamType] != AudioSystem.STREAM_RING) || in adjustSuggestedStreamVolume()534 (mVoiceCapable && streamTypeAlias == AudioSystem.STREAM_RING)) { in adjustStreamVolume()576 (STREAM_VOLUME_ALIAS[streamType] == AudioSystem.STREAM_RING))) { in setStreamVolume()601 if (!mVoiceCapable && (streamType == AudioSystem.STREAM_RING)) { in sendVolumeUpdate()719 STREAM_VOLUME_ALIAS[streamType] == AudioSystem.STREAM_RING && in setRingerModeInt()954 int ringVolume = AudioService.this.getStreamVolume(AudioManager.STREAM_RING); in handleFocusForCalls()[all …]
40 public static final int STREAM_RING = 2; field in AudioSystem
65 private int mStreamType = AudioManager.STREAM_RING;
153 public static final int STREAM_RING = AudioSystem.STREAM_RING; field in AudioManager2038 case STREAM_RING: in getDevicesForStream()
292 return AudioManager.STREAM_RING; in inferStreamType()
357 && (streamType != AudioManager.STREAM_RING) && (streamType != AudioManager.STREAM_SYSTEM) in audioParamCheck()
127 RingerStream(AudioManager.STREAM_RING,283 ((1 << AudioSystem.STREAM_NOTIFICATION) | (1 << AudioSystem.STREAM_RING))); in createSliders()355 if (sc.streamType == AudioManager.STREAM_RING && muted in updateSlider()454 case AudioManager.STREAM_RING: { in onShowVolumeChanged()
287 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()400 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()809 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()869 int ringerModeAffectedStreams = (1 << AudioManager.STREAM_RING) | in onUpgrade()1176 AudioManager.DEFAULT_STREAM_VOLUME[AudioManager.STREAM_RING]); in loadVolumeLevels()1204 int ringerModeAffectedStreams = (1 << AudioManager.STREAM_RING) | in loadVolumeLevels()1217 (1 << AudioManager.STREAM_RING) | in loadVolumeLevels()
54 int STREAM_RING; //... stream type constants member204 } else if (streamType == javaAudioTrackFields.STREAM_RING) { in android_media_AudioTrack_native_setup()771 } else if (javaStreamType == javaAudioTrackFields.STREAM_RING) { in android_media_AudioTrack_get_output_sample_rate()1008 JAVA_CONST_STREAM_RING_NAME, &(javaAudioTrackFields.STREAM_RING)) in register_android_media_AudioTrack()
274 if (mStreamType == AudioManager.STREAM_RING) { in initSeekBar()
151 private static final int MASTER_STREAM_TYPE = AudioManager.STREAM_RING;
256 AudioManager.STREAM_RING, AudioManager.STREAM_SYSTEM, in testConstructorStreamType()
10409 field public static final int STREAM_RING = 2; // 0x2