Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:mAudioManager

165     private AudioManager mAudioManager;
195 mAudioManager = (AudioManager)getSystemService(AUDIO_SERVICE);
203 mAudioManager.requestAudioFocus(
351 mBluetoothVoiceVolume = mAudioManager.getStreamVolume(
353 int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_BLUETOOTH_SCO);
356 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, 0);
594 int ringVolume = mAudioManager.getStreamVolume(
1089 if (mAudioManager != null &&
1090 mAudioManager.shouldVibrate(AudioManager.VIBRATE_TYPE_RINGER)) {
1113 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO,
1115 mAudioManager.abandonAudioFocus(null);