Home | History | Annotate | Download | only in phone

Lines Matching refs:mBluetoothHeadset

92     private BluetoothHeadset mBluetoothHeadset;
1457 if (mBluetoothHeadset == null) {
1463 mBluetoothHeadset.setAudioState(device, state);
1467 if (mBluetoothHeadset == null) return BluetoothHeadset.STATE_AUDIO_DISCONNECTED;
1468 return mBluetoothHeadset.getAudioState(device);
1475 mBluetoothHeadset = (BluetoothHeadset) proxy;
1478 mBluetoothHeadset.setAudioState(mHeadset.getRemoteDevice(), mAudioState);
1488 mBluetoothHeadset = null;