Home
last modified time | relevance | path

Searched refs:PRIORITY_AUTO_CONNECT (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUtilsGetProfilePriorityNameTest.java55 {BluetoothProfile.PRIORITY_AUTO_CONNECT, "PRIORITY_AUTO_CONNECT"}, in provideParams()
H A DBluetoothProfileDeviceManagerTest.java886 mockDevicePriority(device, BluetoothProfile.PRIORITY_AUTO_CONNECT); in testReceiveDeviceConnectPriorityAutoConnect_deviceAdded()
978 mockDevicePriority(device, BluetoothProfile.PRIORITY_AUTO_CONNECT); in testReceiveDeviceDisconnectPriorityAutoConnect_listUnchanged()
1125 mockDevicePriority(device, BluetoothProfile.PRIORITY_AUTO_CONNECT); in testReceiveUuidDevicePriorityAutoConnect_doNothing()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java230 int PRIORITY_AUTO_CONNECT = 1000; field
H A DBluetoothAdapter.java4325 case BluetoothProfile.PRIORITY_AUTO_CONNECT: in priorityToConnectionPolicy()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothInputDeviceConnector.java70 mInputProxy.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
H A DBluetoothA2dpConnector.java64 mA2dpProfile.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java124 if (priority >= BluetoothProfile.PRIORITY_AUTO_CONNECT) { in getProfilePriorityName()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java557 eq(BluetoothProfile.PRIORITY_AUTO_CONNECT)); in testSetConnectionPolicyMultipleDevices()
594 eq(BluetoothProfile.PRIORITY_AUTO_CONNECT)); in testSetConnectionPolicyMultipleDevices()