HomeSort by relevance Sort by last modified time
    Searched refs:auto_confirm (Results 1 - 8 of 8) sorted by null

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
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):
BtCarMediaConnectionTest.py 49 self.CT, self.TG, attempts=4, auto_confirm=False):
BtCarPairedConnectDisconnectTest.py 50 self.car, self.ph, auto_confirm=False)
BtCarMediaPassthroughTest.py 82 self.CT, self.TG, attempts=4, auto_confirm=False):
  /tools/test/connectivity/acts/tests/google/bt/
BtMetricsTest.py 74 auto_confirm=False)):
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
BtStressTest.py 120 auto_confirm=False)):
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BluetoothCarHfpBaseTest.py 86 self.hf, self.ag, attempts=4, auto_confirm=False):
bt_test_utils.py 727 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True):
734 auto_confirm: Auto confirm passkey match for both devices
744 if _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm):
806 def _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm):
820 pri_droid.bluetoothStartPairingHelper(auto_confirm)
821 sec_droid.bluetoothStartPairingHelper(auto_confirm)
824 if not auto_confirm:
    [all...]

Completed in 225 milliseconds