Searched refs:mBluetoothHeadsetDevice (Results 1 – 2 of 2) sorted by relevance
83 private BluetoothDevice mBluetoothHeadsetDevice; field in ScoAudioTest155 mBluetoothHeadsetDevice = null; in onCreate()245 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {247 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);249 … mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice); 662 mBluetoothHeadsetDevice = deviceList.get(0);664 mBluetoothHeadsetDevice = null;672 mBluetoothHeadsetDevice = null;
408 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService2551 mBluetoothHeadsetDevice.getAddress(), in requestScoState()2557 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()2563 … mBluetoothHeadsetDevice); in requestScoState()2566 mBluetoothHeadsetDevice); in requestScoState()2590 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()2596 mBluetoothHeadsetDevice); in requestScoState()2599 mBluetoothHeadsetDevice); in requestScoState()2620 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null && in checkScoAudioState()2622 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()[all …]