HomeSort by relevance Sort by last modified time
    Searched defs:mBluetoothHeadsetDevice (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 83 private BluetoothDevice mBluetoothHeadsetDevice;
155 mBluetoothHeadsetDevice = null;
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;
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 520 private BluetoothDevice mBluetoothHeadsetDevice;
    [all...]

Completed in 111 milliseconds