Searched refs:mBluetoothHeadset (Results 1 – 2 of 2) sorted by relevance
82 private BluetoothHeadset mBluetoothHeadset; field in ScoAudioTest171 if (mBluetoothHeadset != null) { in onDestroy()174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset); in onDestroy()245 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {247 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);249 … mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice); 659 mBluetoothHeadset = (BluetoothHeadset) proxy;660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();669 if (mBluetoothHeadset != null) {670 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();[all …]
517 private BluetoothHeadset mBluetoothHeadset; field in AudioService3273 if ((mBluetoothHeadset != null) in setBluetoothScoOnInt()3274 && (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in setBluetoothScoOnInt()3507 if (mBluetoothHeadset == null) { in requestScoState()3525 if (connectBluetoothScoAudioHelper(mBluetoothHeadset, in requestScoState()3553 if (mBluetoothHeadset == null) { in requestScoState()3571 if (disconnectBluetoothScoAudioHelper(mBluetoothHeadset, in requestScoState()3596 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null && in checkScoAudioState()3598 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()3836 mBluetoothHeadset = (BluetoothHeadset) proxy;[all …]