Home | History | Annotate | Download | only in phone

Lines Matching refs:mBluetoothHeadset

102     private BluetoothHeadset mBluetoothHeadset;
613 if (mBluetoothHeadset != null) {
614 mBluetoothHeadset.disconnectAudio();
775 if (mBluetoothHeadset != null) {
776 stream = mBluetoothHeadset.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO:
1126 mBluetoothHeadset = (BluetoothHeadset) proxy;
1127 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
1131 mBluetoothHeadset = null;