Searched refs:BluetoothPriorityLevel (Results 1 – 10 of 10) sorted by relevance
76 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))
81 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)84 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
46 ], BtEnum.BluetoothPriorityLevel.PRIORITY_OFF)49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
91 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)94 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
51 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
41 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()
182 public enum BluetoothPriorityLevel { enum in Sl4aBluetoothUtil190 BluetoothPriorityLevel(int priority) { in BluetoothPriorityLevel() method in Sl4aBluetoothUtil.BluetoothPriorityLevel530 BluetoothPriorityLevel priority) in setProfilePriority()
55 BluetoothPriorityLevel.PRIORITY_OFF)
100 class BluetoothPriorityLevel(Enum): class