/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | BluetoothUtilsTest.java | 261 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()
|
D | BluetoothUtilsGetProfileNameTest.java | 58 {BluetoothProfile.PBAP_CLIENT, "PBAP Client"}, in provideParams()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 168 @SystemApi int PBAP_CLIENT = 17; field 456 case PBAP_CLIENT: in getProfileName()
|
D | BluetoothAdapter.java | 829 Map.entry(BluetoothProfile.PBAP_CLIENT, BluetoothPbapClient::new),
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/ |
D | PbapClientServiceTest.java | 142 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/ |
D | BluetoothUtils.java | 133 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()
|
D | BluetoothDeviceManager.java | 616 addWatchedProfileIfSupported(BluetoothProfile.PBAP_CLIENT); in initializeAutoConnectingDeviceProfiles()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_constants.py | 126 PBAP_CLIENT = 17 variable in BluetoothProfile
|
D | android_bluetooth_decorator.py | 110 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/ |
D | PbapClientStateMachine.java | 338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged() 344 device, BluetoothProfile.PBAP_CLIENT, state, prevState); in onConnectionStateChanged()
|
D | PbapClientService.java | 626 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/ |
D | Config.java | 128 PbapClientService.isEnabled(), BluetoothProfile.PBAP_CLIENT), 177 PbapClientService.isEnabled(), BluetoothProfile.PBAP_CLIENT),
|
D | AdapterProperties.java | 200 logConnectionStateChanges(BluetoothProfile.PBAP_CLIENT, intent);
|
D | AdapterService.java | 1536 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/ |
D | Metadata.java | 167 case BluetoothProfile.PBAP_CLIENT: in setProfileConnectionPolicy() 225 case BluetoothProfile.PBAP_CLIENT: in getProfileConnectionPolicy()
|
D | DatabaseManager.java | 1343 BluetoothProfile.PBAP_CLIENT, pbapClientConnectionPolicy); in migrateSettingsGlobal()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/ |
D | TestUtils.java | 132 case BluetoothProfile.PBAP_CLIENT -> { in isProfileEnabled()
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 267 PBAP_CLIENT = 17; enumerator
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 852 field public static final int PBAP_CLIENT = 17; // 0x11
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 940 Landroid/bluetooth/BluetoothProfile;->PBAP_CLIENT:I
|