Searched defs:EnableBluetoothRule (Results 1 – 3 of 3) sorted by relevance
19 public class EnableBluetoothRule extends android.bluetooth.test_utils.EnableBluetoothRule { class27 public EnableBluetoothRule(boolean enableTestMode, boolean toggleBluetooth) { in EnableBluetoothRule() method in EnableBluetoothRule36 public EnableBluetoothRule(boolean enableTestMode) { in EnableBluetoothRule() method in EnableBluetoothRule
41 public class EnableBluetoothRule extends BeforeAfterRule { class51 public EnableBluetoothRule() { in EnableBluetoothRule() method in EnableBluetoothRule60 public EnableBluetoothRule(boolean enableTestMode) { in EnableBluetoothRule() method in EnableBluetoothRule70 public EnableBluetoothRule(boolean enableTestMode, boolean toggleBluetooth) { in EnableBluetoothRule() method in EnableBluetoothRule
104 @Rule(order = 2) @JvmField val EnableBluetoothRule = EnableBluetoothRule(false, true) constant in android.bluetooth.DckL2capTest