Searched refs:mBluetoothHeadset (Results 1 - 3 of 3) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java166 private BluetoothHeadset mBluetoothHeadset; field in class:VoiceDialerActivity
384 mBluetoothHeadset.startVoiceRecognition(mBluetoothDevice);
419 mBluetoothHeadset = (BluetoothHeadset) proxy;
421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
425 int state = mBluetoothHeadset.getConnectionState(mBluetoothDevice);
438 mBluetoothHeadset = null;
1118 if (mBluetoothHeadset != null) {
1119 mBluetoothHeadset.stopVoiceRecognition(mBluetoothDevice);
1120 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
1121 mBluetoothHeadset
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java197 private BluetoothHeadset mBluetoothHeadset; field in class:InCallScreen
538 mBluetoothHeadset = (BluetoothHeadset) proxy;
539 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
543 mBluetoothHeadset = null;
934 if (mBluetoothHeadset != null) {
935 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
936 mBluetoothHeadset = null;
4037 if (mBluetoothHeadset != null) {
4038 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
4045 mBluetoothHeadset
[all...]
H A DBluetoothHandsfree.java91 private BluetoothHeadset mBluetoothHeadset; field in class:BluetoothHandsfree
1456 if (mBluetoothHeadset == null) {
1462 mBluetoothHeadset.setAudioState(device, state);
1466 if (mBluetoothHeadset == null) return BluetoothHeadset.STATE_AUDIO_DISCONNECTED;
1467 return mBluetoothHeadset.getAudioState(device);
1474 mBluetoothHeadset = (BluetoothHeadset) proxy;
1477 mBluetoothHeadset.setAudioState(mHeadset.getRemoteDevice(), mAudioState);
1487 mBluetoothHeadset = null;

Completed in 301 milliseconds