Home
last modified time | relevance | path

Searched refs:HEADSET (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java289 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/
DBluetoothManager.java56 if (profile == BluetoothProfile.HEADSET) {
156 BluetoothProfile.HEADSET); in BluetoothManager()
DBluetoothPhoneServiceImpl.java455 mBluetoothAdapter.getProfileProxy(context, mProfileListener, BluetoothProfile.HEADSET); in BluetoothPhoneServiceImpl()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java71 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/
DConfig.java117 profileIndex = BluetoothProfile.HEADSET; in isProfileDisabled()
DAdapterService.java305 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/
DBluetoothManagerTest.java64 serviceCaptor.capture(), eq(BluetoothProfile.HEADSET)); in setUp()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java143 BluetoothProfile.HEADSET); in CallNotifier()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2383 mService.notifyProfileConnectionStateChanged(device, BluetoothProfile.HEADSET, in broadcastConnectionState()