Home
last modified time | relevance | path

Searched refs:HEADSET_CLIENT (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java46 BluetoothProfile.HEADSET_CLIENT,
147 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET_CLIENT, in closeBluetoothConnectionProxies()
194 case BluetoothProfile.HEADSET_CLIENT:
237 case BluetoothProfile.HEADSET_CLIENT:
309 case BluetoothProfile.HEADSET_CLIENT: in bluetoothConnectToProfile()
341 case BluetoothProfile.HEADSET_CLIENT: in bluetoothDisconnectFromProfile()
380 case BluetoothProfile.HEADSET_CLIENT: in getProfilePriority()
425 case BluetoothProfile.HEADSET_CLIENT: in setProfilePriority()
DCarInputService.java233 if (profile == BluetoothProfile.HEADSET_CLIENT) {
243 if (profile == BluetoothProfile.HEADSET_CLIENT) {
348 mContext, mBluetoothProfileServiceListener, BluetoothProfile.HEADSET_CLIENT); in init()
366 BluetoothProfile.HEADSET_CLIENT, mBluetoothHeadsetClient); in release()
DUtils.java83 sProfileNames.put(BluetoothProfile.HEADSET_CLIENT, "HFP Client"); in sProfileNames.put() argument
DCarBluetoothService.java59 BluetoothProfile.HEADSET_CLIENT,
DBluetoothProfileDeviceManager.java94 sProfileActions.put(BluetoothProfile.HEADSET_CLIENT, in sProfileActions.put() argument
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/livedata/
DBluetoothHfpStateLiveDataTest.java98 shadowBluetoothAdapter.setProfileConnectionState(BluetoothProfile.HEADSET_CLIENT, in testOnBluetoothHfpStateChange()
105 BluetoothProfile.HEADSET_CLIENT)).isEqualTo(BluetoothProfile.STATE_CONNECTED); in testOnBluetoothHfpStateChange()
110 shadowBluetoothAdapter.setProfileConnectionState(BluetoothProfile.HEADSET_CLIENT, in testOnBluetoothHfpStateChange()
115 BluetoothProfile.HEADSET_CLIENT)).isEqualTo(BluetoothProfile.STATE_DISCONNECTED); in testOnBluetoothHfpStateChange()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java372 getContext(), new ProfileServiceListener(), BluetoothProfile.HEADSET_CLIENT); in onResume()
385 case BluetoothProfile.HEADSET_CLIENT: in onServiceConnected()
397 case BluetoothProfile.HEADSET_CLIENT: in onServiceDisconnected()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java126 shadowBluetoothAdapter.setProfileConnectionState(BluetoothProfile.HEADSET_CLIENT, in testDialerAppState_hfpNoConnected_bluetoothError()
149 shadowBluetoothAdapter.setProfileConnectionState(BluetoothProfile.HEADSET_CLIENT, in testDialerAppState_bluetoothAllSet_dialerAppStateDefault()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java73 case BluetoothProfile.HEADSET_CLIENT: in setProfilePriority()
113 case BluetoothProfile.HEADSET_CLIENT: in getProfilePriority()
DDatabaseManager.java702 data.setProfilePriority(BluetoothProfile.HEADSET_CLIENT, headsetClientPriority); in migrateSettingsGlobal()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java119 if (profile == BluetoothProfile.HEADSET_CLIENT) { in UiCallManager()
127 }, BluetoothProfile.HEADSET_CLIENT); in UiCallManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java126 mAdapter.getProfileProxy(this, mServiceListener, BluetoothProfile.HEADSET_CLIENT); in onCreate()
136 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET_CLIENT, mHeadsetProfile); in onDestroy()
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothHfpStateLiveData.java77 BluetoothProfile.HEADSET_CLIENT); in updateState()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java82 (1 << BluetoothProfile.HEADSET_CLIENT)),
DAdapterProperties.java135 sendConnectionStateChange(BluetoothProfile.HEADSET_CLIENT, intent);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java545 .setProfilePriority(device, BluetoothProfile.HEADSET_CLIENT, priority); in setPriority()
552 .getProfilePriority(device, BluetoothProfile.HEADSET_CLIENT); in getPriority()
DHeadsetClientStateMachine.java1126 BluetoothMetricsProto.ProfileId.HEADSET_CLIENT); in enter()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java104 private final int mProfileId = BluetoothProfile.HEADSET_CLIENT;