Searched refs:HEADSET (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 289 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HEADSET)) in getProfileProxys() 469 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mHeadset); in complete() 540 case BluetoothProfile.HEADSET: in onServiceConnected()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothManager.java | 56 if (profile == BluetoothProfile.HEADSET) { 156 BluetoothProfile.HEADSET); in BluetoothManager()
|
D | BluetoothPhoneServiceImpl.java | 455 mBluetoothAdapter.getProfileProxy(context, mProfileListener, BluetoothProfile.HEADSET); in BluetoothPhoneServiceImpl()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePreference.java | 71 public final String HEADSET = r.getString(R.string.bluetooth_talkback_headset); field in BluetoothDevicePreference 293 return new Pair<Integer, String>(R.drawable.ic_bt_headset_hfp, HEADSET); in getBtClassDrawableWithDescription()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 117 profileIndex = BluetoothProfile.HEADSET; in isProfileDisabled()
|
D | AdapterService.java | 305 if (((profileId == BluetoothProfile.A2DP) || (profileId == BluetoothProfile.HEADSET)) && in processProfileStateChanged() 1828 case BluetoothProfile.HEADSET: in setProfileAutoConnectionPriority()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothManagerTest.java | 64 serviceCaptor.capture(), eq(BluetoothProfile.HEADSET)); in setUp()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallNotifier.java | 143 BluetoothProfile.HEADSET); in CallNotifier()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 2383 mService.notifyProfileConnectionStateChanged(device, BluetoothProfile.HEADSET, in broadcastConnectionState()
|