HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothHeadset (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 82 private BluetoothHeadset mBluetoothHeadset;
171 if (mBluetoothHeadset != null) {
174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
236 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
238 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
240 mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
645 mBluetoothHeadset = (BluetoothHeadset) proxy;
646 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
655 if (mBluetoothHeadset != null) {
656 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices()
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 53 private BluetoothHeadset mBluetoothHeadset;
301 if (mBluetoothHeadset != null) {
303 mStats.setBtHeadset(mBluetoothHeadset);
313 mBluetoothHeadset = (BluetoothHeadset) proxy;
317 mStats.setBtHeadset(mBluetoothHeadset);
324 mBluetoothHeadset = null;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 166 private BluetoothHeadset mBluetoothHeadset;
384 mBluetoothHeadset.startVoiceRecognition(mBluetoothDevice);
419 mBluetoothHeadset = (BluetoothHeadset) proxy;
421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
425 int state = mBluetoothHeadset.getConnectionState(mBluetoothDevice);
438 mBluetoothHeadset = null;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 200 private BluetoothHeadset mBluetoothHeadset;
524 mBluetoothHeadset = (BluetoothHeadset) proxy;
525 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
530 mBluetoothHeadset = null;
    [all...]
BluetoothHandsfree.java 92 private BluetoothHeadset mBluetoothHeadset;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 143 BluetoothHeadset mBluetoothHeadset;
791 mBluetoothHeadset == null) {
800 handover.name, mHandoverPowerManager, mBluetoothA2dp, mBluetoothHeadset, this);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 348 private BluetoothHeadset mBluetoothHeadset;
    [all...]

Completed in 134 milliseconds