Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py89 def enable_usb_tethering(self, attempts=3): argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py159 attempts=2): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py254 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument
1231 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py598 def get_func_with_retry(self, func, attempts=2): argument