Home
last modified time | relevance | path

Searched refs:PBAP_CLIENT (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java47 BluetoothProfile.PBAP_CLIENT,
130 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.PBAP_CLIENT, mBluetoothPbapClient); in closeBluetoothConnectionProxies()
132 mBluetoothProfileStatus.put(BluetoothProfile.PBAP_CLIENT, false); in closeBluetoothConnectionProxies()
167 case BluetoothProfile.PBAP_CLIENT:
289 case BluetoothProfile.PBAP_CLIENT: in bluetoothConnectToProfile()
331 case BluetoothProfile.PBAP_CLIENT: in bluetoothDisconnectFromProfile()
377 case BluetoothProfile.PBAP_CLIENT: in getProfilePriority()
427 case BluetoothProfile.PBAP_CLIENT: in setProfilePriority()
DBluetoothProfileDeviceManager.java101 }, new int[] {BluetoothProfile.MAP_CLIENT, BluetoothProfile.PBAP_CLIENT})); in sProfileActions.put() argument
112 sProfileActions.put(BluetoothProfile.PBAP_CLIENT, in sProfileActions.put() argument
DUtils.java84 sProfileNames.put(BluetoothProfile.PBAP_CLIENT, "PBAP Client"); in sProfileNames.put() argument
DCarBluetoothService.java62 BluetoothProfile.PBAP_CLIENT,
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java98 case BluetoothProfile.PBAP_CLIENT: in setProfileConnectionPolicy()
134 case BluetoothProfile.PBAP_CLIENT: in getProfileConnectionPolicy()
DDatabaseManager.java885 data.setProfileConnectionPolicy(BluetoothProfile.PBAP_CLIENT, in migrateSettingsGlobal()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java458 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.PBAP_CLIENT, in setConnectionPolicy()
489 .getProfileConnectionPolicy(device, BluetoothProfile.PBAP_CLIENT); in getConnectionPolicy()
DPbapClientStateMachine.java338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java92 (1 << BluetoothProfile.PBAP_CLIENT)),
DAdapterService.java870 if (profile == BluetoothProfile.PBAP_CLIENT) { in isSupported()
989 BluetoothProfile.PBAP_CLIENT, device) in connectEnabledProfiles()
2457 BluetoothProfile.PBAP_CLIENT, device)) { in connectAllEnabledProfiles()
DAdapterProperties.java165 sendConnectionStateChange(BluetoothProfile.PBAP_CLIENT, intent);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java114 BluetoothProfile.PBAP_CLIENT};