Searched refs:auto_confirm (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarPairingTest.py | 66 self.car, self.ph, attempts=1, auto_confirm=False): 121 self.car, self.ph, attempts=1, auto_confirm=False): 142 self.car, self.ph, attempts=1, auto_confirm=False):
|
D | BtCarPairedConnectDisconnectTest.py | 49 auto_confirm=False)
|
D | BtCarMediaConnectionTest.py | 49 self.CT, self.TG, attempts=4, auto_confirm=False):
|
D | BtCarMediaPassthroughTest.py | 82 self.CT, self.TG, attempts=4, auto_confirm=False):
|
/tools/test/connectivity/acts_tests/tests/google/bt/system_tests/ |
D | BtStressTest.py | 120 auto_confirm=False)):
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | BtMetricsTest.py | 75 auto_confirm=False)):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BluetoothCarHfpBaseTest.py | 85 self.hf, self.ag, attempts=4, auto_confirm=False):
|
D | bt_test_utils.py | 1306 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument 1323 if _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm): 1344 def _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm): argument 1358 pri_droid.bluetoothStartPairingHelper(auto_confirm) 1359 sec_droid.bluetoothStartPairingHelper(auto_confirm) 1362 if not auto_confirm:
|