Home
last modified time | relevance | path

Searched refs:BluetoothPriorityLevel (Results 1 – 12 of 12) 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))
DBtCarHfpTest.py46 ], BtEnum.BluetoothPriorityLevel.PRIORITY_OFF)
49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarPairedConnectDisconnectTest.py80 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
DBtCarMediaConnectionTest.py59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarPbapTest.py91 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
94 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarHfpConnectionTest.py49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java41 import com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel;
464 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_emptyProfile()
487 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_multipleProfiles()
493 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
499 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
505 BluetoothPriorityLevel.PRIORITY_ON.getPriority()); in testSetProfilePriority_multipleProfiles()
519 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_profileNotSupported()
536 BluetoothPriorityLevel.PRIORITY_ON)); in testSetProfilePriority_exception()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_bt_utils.py53 BluetoothPriorityLevel.PRIORITY_OFF)
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DPairingMultiTargetPreparer.java32 import com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel;
134 BluetoothPriorityLevel.PRIORITY_ON)) { in setUp()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtEnum.py100 class BluetoothPriorityLevel(Enum): class
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/multi/
DPairingMultiTargetPreparerTest.java36 import com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel;
89 any(BluetoothPriorityLevel.class))) in setUp()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java183 public enum BluetoothPriorityLevel { enum in Sl4aBluetoothUtil
191 BluetoothPriorityLevel(int priority) { in BluetoothPriorityLevel() method in Sl4aBluetoothUtil.BluetoothPriorityLevel
539 BluetoothPriorityLevel priority) in setProfilePriority()