Home | History | Annotate | Download | only in voicemail

Lines Matching refs:mAudioManager

35   private AudioManager mAudioManager;
44 mAudioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
56 mAudioManager.requestAudioFocus(
66 mAudioManager.abandonAudioFocus(this);
144 mAudioManager.startBluetoothSco();
148 mAudioManager.setBluetoothScoOn(true);
150 mAudioManager.setBluetoothScoOn(false);
151 mAudioManager.stopBluetoothSco();
156 for (AudioDeviceInfo info : mAudioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS)) {
247 if (mAudioManager.isSpeakerphoneOn() != on) {
249 mAudioManager.setSpeakerphoneOn(on);