Searched refs:streamType (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DRingerVolumePreference.java115 int streamType = SEEKBAR_TYPE[i];
116 boolean muted = mAudioManager.isStreamMute(streamType);
119 if (streamType == AudioManager.STREAM_RING && muted
129 final int volume = muted ? mAudioManager.getLastAudibleStreamVolume(streamType)
130 : mAudioManager.getStreamVolume(streamType);
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailPlaybackFragment.java407 public void setVolumeControlStream(int streamType) { argument
410 activity.setVolumeControlStream(streamType);
H A DVoicemailPlaybackPresenter.java95 void setVolumeControlStream(int streamType); argument
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java294 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1);
295 if (streamType == AudioManager.STREAM_BLUETOOTH_SCO) {

Completed in 113 milliseconds