Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsTest.java261 mMockBluetoothDevice, BluetoothProfile.PBAP_CLIENT)).isTrue(); in testIsPbapClientProfileSupportedBothSupported_returnsTrue()
268 mMockBluetoothDevice, BluetoothProfile.PBAP_CLIENT)).isFalse(); in testIsPbapClientProfileSupportedRemoteSupported_returnsFalse()
275 mMockBluetoothDevice, BluetoothProfile.PBAP_CLIENT)).isFalse(); in testIsPbapClientProfileSupportedLocalSupported_returnsFalse()
282 mMockBluetoothDevice, BluetoothProfile.PBAP_CLIENT)).isFalse(); in testIsPbapClientProfileSupportedBothUnsupported_returnsFalse()
289 mMockBluetoothDevice, BluetoothProfile.PBAP_CLIENT)).isFalse(); in testIsPbapClientProfileSupportedSameRoleSupported_returnsFalse()
DBluetoothUtilsGetProfileNameTest.java58 {BluetoothProfile.PBAP_CLIENT, "PBAP Client"}, in provideParams()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java168 @SystemApi int PBAP_CLIENT = 17; field
456 case PBAP_CLIENT: in getProfileName()
DBluetoothAdapter.java829 Map.entry(BluetoothProfile.PBAP_CLIENT, BluetoothPbapClient::new),
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientServiceTest.java142 mRemoteDevice, BluetoothProfile.PBAP_CLIENT, connectionPolicy)) in testSetConnectionPolicy()
157 mRemoteDevice, BluetoothProfile.PBAP_CLIENT)) in testGetConnectionPolicy()
172 mRemoteDevice, BluetoothProfile.PBAP_CLIENT)) in testConnect_whenPolicyIsForbidden_returnsFalse()
182 mRemoteDevice, BluetoothProfile.PBAP_CLIENT)) in testConnect_whenPolicyIsAllowed_returnsTrue()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java133 sProfileNames.put(BluetoothProfile.PBAP_CLIENT, "PBAP Client"); in sProfileNames.put() argument
142 sProfileActions.put(PBAP_CLIENT_CONNECTION_STATE_CHANGED, BluetoothProfile.PBAP_CLIENT); in sProfileActions.put() argument
249 case BluetoothProfile.PBAP_CLIENT: in isProfileSupported()
DBluetoothDeviceManager.java616 addWatchedProfileIfSupported(BluetoothProfile.PBAP_CLIENT); in initializeAutoConnectingDeviceProfiles()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py126 PBAP_CLIENT = 17 variable in BluetoothProfile
Dandroid_bluetooth_decorator.py110 elif profile == bt_constants.BluetoothProfile.PBAP_CLIENT:
610 elif profile == bt_constants.BluetoothProfile.PBAP_CLIENT:
750 return self.connect_to_snd_with_profile(pbap_ad, bt_constants.BluetoothProfile.PBAP_CLIENT)
796 elif profile == bt_constants.BluetoothProfile.PBAP_CLIENT:
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged()
344 device, BluetoothProfile.PBAP_CLIENT, state, prevState); in onConnectionStateChanged()
DPbapClientService.java626 device, BluetoothProfile.PBAP_CLIENT, connectionPolicy)) { in setConnectionPolicy()
654 return mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.PBAP_CLIENT); in getConnectionPolicy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java128 PbapClientService.isEnabled(), BluetoothProfile.PBAP_CLIENT),
177 PbapClientService.isEnabled(), BluetoothProfile.PBAP_CLIENT),
DAdapterProperties.java200 logConnectionStateChanges(BluetoothProfile.PBAP_CLIENT, intent);
DAdapterService.java1536 Map.entry(BluetoothProfile.PBAP_CLIENT, PbapClientService::new),
1727 if (profile == BluetoothProfile.PBAP_CLIENT) { in isProfileSupported()
1912 && isProfileSupported(device, BluetoothProfile.PBAP_CLIENT) in connectEnabledProfiles()
5333 && isProfileSupported(device, BluetoothProfile.PBAP_CLIENT)) { in connectAllSupportedProfiles()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java167 case BluetoothProfile.PBAP_CLIENT: in setProfileConnectionPolicy()
225 case BluetoothProfile.PBAP_CLIENT: in getProfileConnectionPolicy()
DDatabaseManager.java1343 BluetoothProfile.PBAP_CLIENT, pbapClientConnectionPolicy); in migrateSettingsGlobal()
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/
DTestUtils.java132 case BluetoothProfile.PBAP_CLIENT -> { in isProfileEnabled()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto267 PBAP_CLIENT = 17; enumerator
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt852 field public static final int PBAP_CLIENT = 17; // 0x11
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt940 Landroid/bluetooth/BluetoothProfile;->PBAP_CLIENT:I