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.java46 BluetoothProfile.PBAP_CLIENT,
129 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.PBAP_CLIENT, mBluetoothPbapClient); in closeBluetoothConnectionProxies()
131 mBluetoothProfileStatus.put(BluetoothProfile.PBAP_CLIENT, false); in closeBluetoothConnectionProxies()
166 case BluetoothProfile.PBAP_CLIENT:
288 case BluetoothProfile.PBAP_CLIENT: in bluetoothConnectToProfile()
330 case BluetoothProfile.PBAP_CLIENT: in bluetoothDisconnectFromProfile()
376 case BluetoothProfile.PBAP_CLIENT: in getProfilePriority()
426 case BluetoothProfile.PBAP_CLIENT: in setProfilePriority()
DBluetoothProfileDeviceManager.java103 }, new int[] {BluetoothProfile.MAP_CLIENT, BluetoothProfile.PBAP_CLIENT})); in sProfileActions.put() argument
114 sProfileActions.put(BluetoothProfile.PBAP_CLIENT, in sProfileActions.put() argument
DUtils.java84 sProfileNames.put(BluetoothProfile.PBAP_CLIENT, "PBAP Client"); in sProfileNames.put() argument
DCarBluetoothService.java63 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.java450 .setProfileConnectionPolicy(device, BluetoothProfile.PBAP_CLIENT, connectionPolicy); in setConnectionPolicy()
478 .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.java98 (1 << BluetoothProfile.PBAP_CLIENT)),
DAdapterService.java884 if (profile == BluetoothProfile.PBAP_CLIENT) { in isSupported()
1003 BluetoothProfile.PBAP_CLIENT, device) in connectEnabledProfiles()
2497 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.java115 BluetoothProfile.PBAP_CLIENT};