Home
last modified time | relevance | path

Searched refs:PRIORITY_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothUserService.java370 return BluetoothProfile.PRIORITY_UNDEFINED; in getProfilePriority()
380 return BluetoothProfile.PRIORITY_UNDEFINED; in getProfilePriority()
398 priority = BluetoothProfile.PRIORITY_UNDEFINED; in getProfilePriority()
H A DBluetoothProfileDeviceManager.java588 return BluetoothProfile.PRIORITY_UNDEFINED; in getProfilePriority()
767 if (devicePriority == BluetoothProfile.PRIORITY_UNDEFINED) { in provisionDeviceIfSupported()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUtilsGetProfilePriorityNameTest.java63 {BluetoothProfile.PRIORITY_UNDEFINED, "PRIORITY_UNDEFINED"}, in provideParams()
H A DBluetoothProfileDeviceManagerTest.java955 mockDevicePriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in testReceiveDeviceConnectPriorityUndefined_deviceNotAdded()
1038 mockDevicePriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in testReceiveDeviceDisconnectPriorityUndefined_listUnchanged()
1189 mockDevicePriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in testReceiveUuidDevicePriorityUndefinedBonding_setPriorityOn()
1212 mockDevicePriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in testReceiveUuidDevicePriorityUndefined_setPriorityOn()
1233 mockDevicePriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in testReceiveUuidsDeviceUnsupported_doNothing()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java260 int PRIORITY_UNDEFINED = -1; field
H A DBluetoothAdapter.java4331 case BluetoothProfile.PRIORITY_UNDEFINED: in priorityToConnectionPolicy()
4354 return BluetoothProfile.PRIORITY_UNDEFINED; in connectionPolicyToPriority()
4356 return BluetoothProfile.PRIORITY_UNDEFINED; in connectionPolicyToPriority()