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;
520 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService3274 && (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in setBluetoothScoOnInt()3278 + mBluetoothHeadsetDevice + " is not in audio connected mode"); in setBluetoothScoOnInt()3497 if (mBluetoothHeadsetDevice != null) { in requestScoState()3500 + mBluetoothHeadsetDevice.getAddress(), in requestScoState()3518 if (mBluetoothHeadsetDevice == null) { in requestScoState()3526 mBluetoothHeadsetDevice, mScoAudioMode)) { in requestScoState()3529 Log.w(TAG, "requestScoState: connect to " + mBluetoothHeadsetDevice in requestScoState()3565 if (mBluetoothHeadsetDevice == null) { in requestScoState()3572 mBluetoothHeadsetDevice, mScoAudioMode)) { in requestScoState()[all …]