Home
last modified time | relevance | path

Searched defs:EnableBluetoothRule (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/
DEnableBluetoothRule.java19 public class EnableBluetoothRule extends android.bluetooth.test_utils.EnableBluetoothRule { class
27 public EnableBluetoothRule(boolean enableTestMode, boolean toggleBluetooth) { in EnableBluetoothRule() method in EnableBluetoothRule
36 public EnableBluetoothRule(boolean enableTestMode) { in EnableBluetoothRule() method in EnableBluetoothRule
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DEnableBluetoothRule.java41 public class EnableBluetoothRule extends BeforeAfterRule { class
51 public EnableBluetoothRule() { in EnableBluetoothRule() method in EnableBluetoothRule
60 public EnableBluetoothRule(boolean enableTestMode) { in EnableBluetoothRule() method in EnableBluetoothRule
70 public EnableBluetoothRule(boolean enableTestMode, boolean toggleBluetooth) { in EnableBluetoothRule() method in EnableBluetoothRule
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/
DDckL2capTest.kt104 @Rule(order = 2) @JvmField val EnableBluetoothRule = EnableBluetoothRule(false, true) constant in android.bluetooth.DckL2capTest