Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java41 import com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel;
463 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/car/
Dcar_bt_utils.py55 BluetoothPriorityLevel.PRIORITY_OFF)
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarPairedConnectDisconnectTest.py81 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
84 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
DBtCarHfpTest.py46 ], BtEnum.BluetoothPriorityLevel.PRIORITY_OFF)
49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarMediaConnectionTest.py59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarPbapTest.py91 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
94 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarHfpConnectionTest.py51 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py100 class BluetoothPriorityLevel(Enum): class