Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:volume

348             // Limit volume to -18dB. Stream volume range represents approximately 50dB
354 int volume = maxVolume - ((18 / (50/maxVolume)) + 1);
355 if (mBluetoothVoiceVolume > volume) {
356 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, 0);
1112 // set the volume back to the level it was before we started.