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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 43 mBluetoothHeadset = (BluetoothHeadset) proxy;
44 Log.v(this, "- Got BluetoothHeadset: " + mBluetoothHeadset);
49 mBluetoothHeadset = null;
81 private BluetoothHeadset mBluetoothHeadset;
140 if (mBluetoothHeadset != null) {
141 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
147 Log.v(this, "state = " + mBluetoothHeadset.getConnectionState(device)
161 if (mBluetoothHeadset == null) {
162 Log.v(this, "isBluetoothAudioConnected: ==> FALSE (null mBluetoothHeadset)");
165 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices()
    [all...]
BluetoothPhoneService.java 403 mBluetoothHeadset = (BluetoothHeadset) proxy;
408 mBluetoothHeadset = null;
427 private BluetoothHeadset mBluetoothHeadset;
641 if (mBluetoothHeadset != null) {
642 mBluetoothHeadset.clccResponse(
649 if (mBluetoothHeadset != null) {
650 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0);
727 if (mBluetoothHeadset != null &&
762 mBluetoothHeadset.phoneStateChanged(
782 mBluetoothHeadset.phoneStateChanged
    [all...]
  /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);
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...]
  /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/services/Telephony/src/com/android/phone/
CallNotifier.java 102 private BluetoothHeadset mBluetoothHeadset;
613 if (mBluetoothHeadset != null) {
614 mBluetoothHeadset.disconnectAudio();
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 67 private BluetoothHeadset mBluetoothHeadset;
534 if (mBluetoothHeadset != null) {
536 mStats.setBtHeadset(mBluetoothHeadset);
546 mBluetoothHeadset = (BluetoothHeadset) proxy;
550 mStats.setBtHeadset(mBluetoothHeadset);
557 mBluetoothHeadset = null;
  /frameworks/base/media/java/android/media/
AudioService.java 422 private BluetoothHeadset mBluetoothHeadset;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 120 milliseconds