Home
last modified time | relevance | path

Searched refs:auto_confirm (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/system_tests/
DBtStressTest.py120 auto_confirm=False)):
/tools/test/connectivity/acts/tests/google/bt/
DBtMetricsTest.py74 auto_confirm=False)):
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarMediaConnectionTest.py49 self.CT, self.TG, attempts=4, auto_confirm=False):
DBtCarPairedConnectDisconnectTest.py50 self.car, self.ph, auto_confirm=False)
DBtCarMediaPassthroughTest.py82 self.CT, self.TG, attempts=4, auto_confirm=False):
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBluetoothCarHfpBaseTest.py86 self.hf, self.ag, attempts=4, auto_confirm=False):
Dbt_test_utils.py1167 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
1184 if _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm):
1206 def _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm): argument
1220 pri_droid.bluetoothStartPairingHelper(auto_confirm)
1221 sec_droid.bluetoothStartPairingHelper(auto_confirm)
1224 if not auto_confirm: