/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 220 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testGetSetPriority() 227 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testGetSetPriority() 234 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testGetSetPriority() 241 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testGetSetPriority() 304 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectMissingHearingAidUuid() 306 when(mDatabaseManager.getProfilePriority(mRightDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectMissingHearingAidUuid() 308 when(mDatabaseManager.getProfilePriority(mSingleDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectMissingHearingAidUuid() 331 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectPriorityOff() 345 when(mDatabaseManager.getProfilePriority(mLeftDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectTimeout() 347 when(mDatabaseManager.getProfilePriority(mRightDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectTimeout() [all …]
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 271 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority() 278 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority() 285 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority() 292 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority() 356 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectMissingAudioSinkUuid() 379 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectPriorityOff() 393 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectTimeout() 424 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectDisconnectSuccess() 495 when(mDatabaseManager.getProfilePriority(testDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices() 523 when(mDatabaseManager.getProfilePriority(extraTestDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices() [all …]
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 244 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectDevice_connectDeviceBelowLimit() 356 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectDevice_connectDeviceAboveLimit() 408 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectAudio_withOneDevice() 460 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectAudio_withMultipleDevices() 536 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectAudio_connectTwoAudioChannelsShouldFail() 608 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectAudio_firstConnectedAudioDevice() 675 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testConnectAudio_deviceDisconnected() 732 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testPhoneStateChange_oneDeviceSaveState() 791 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testPhoneStateChange_multipleDevicesSaveState() 849 when(mDatabaseManager.getProfilePriority(any(BluetoothDevice.class), in testSetSilenceMode() [all …]
|
D | HeadsetServiceAndStateMachineTest.java | 283 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HEADSET)) in testConnectFromApi() 327 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HEADSET)) in testUnbondDevice_disconnectBeforeUnbond() 371 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HEADSET)) in testUnbondDevice_disconnectAfterUnbond() 1157 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HEADSET)) in connectTestDevice()
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 186 if (getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in handleDeviceConnectionStateChange() 558 private int getProfilePriority(BluetoothDevice device) { in getProfilePriority() method in BluetoothProfileDeviceManager 560 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority() 721 && getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in addBondedDeviceIfSupported() 737 int devicePriority = getProfilePriority(device); in provisionDeviceIfSupported()
|
D | CarBluetoothUserService.java | 363 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() method in CarBluetoothUserService
|
D | BluetoothProfileInhibitManager.java | 371 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 102 mDatabaseManager.getProfilePriority(mTestDevice, id)); in testMetadataDefault() 403 mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.HEADSET)); in testSetGetProfilePriorityCase() 424 mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.HEADSET)); in testSetGetProfilePriorityCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 316 int oldPriority = data.getProfilePriority(profile); in setProfilePriority() 348 public int getProfilePriority(BluetoothDevice device, int profile) { in getProfilePriority() method in DatabaseManager 363 int priority = data.getProfilePriority(profile); in getProfilePriority()
|
D | Metadata.java | 105 int getProfilePriority(int profile) { in getProfilePriority() method in Metadata
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarBluetoothUserService.aidl | 28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() method
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkServiceTest.java | 95 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.A2DP_SINK)) in mockDevicePriority()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 156 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HID_HOST)) in testOkToConnectCase()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientTest.java | 108 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.MAP_CLIENT)) in mockDevicePriority()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothProfileDeviceManagerTest.java | 296 when(mMockProxies.getProfilePriority(mProfileId, device)).thenReturn(priority); in mockDevicePriority() 1214 verify(mMockProxies, times(0)).getProfilePriority(eq(mProfileId), in testReceiveUuidsDeviceUnsupported_doNothing()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 391 .getProfilePriority(device, BluetoothProfile.PBAP_CLIENT); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 340 .getProfilePriority(device, BluetoothProfile.A2DP_SINK); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 231 .getProfilePriority(device, BluetoothProfile.MAP_CLIENT); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 415 .getProfilePriority(device, BluetoothProfile.PAN); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 465 .getProfilePriority(device, BluetoothProfile.HEARING_AID); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 609 .getProfilePriority(device, BluetoothProfile.SAP); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 552 .getProfilePriority(device, BluetoothProfile.HEADSET_CLIENT); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 540 .getProfilePriority(device, BluetoothProfile.HID_HOST); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 636 .getProfilePriority(device, BluetoothProfile.A2DP); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 587 .getProfilePriority(device, BluetoothProfile.MAP); in getPriority()
|