Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPairingTest.py76 if ph_hfp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
79 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
84 if ph_a2dp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
87 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
92 if ph_pbap_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
95 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
152 if ph_hfp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
154 ph_hfp_p, BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
159 if ph_a2dp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
161 ph_a2dp_p, BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
DBtCarPbapTest.py91 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
94 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarMediaConnectionTest.py59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarHfpTest.py49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarHfpConnectionTest.py51 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java463 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_emptyProfile()
486 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_multipleProfiles()
492 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
498 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
504 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
518 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_profileNotSupported()
535 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_exception()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py103 PRIORITY_ON = 100 variable in BluetoothPriorityLevel
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java184 PRIORITY_ON(100), enumConstant