Home
last modified time | relevance | path

Searched refs:attemps (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveEmergencyTest.py92 def fake_emergency_call_test(self, by_emergency_dialer=True, attemps=3): argument
104 for i in range(attemps):
134 if i == attemps - 1:
142 if i == attemps - 1:
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py5395 def bring_up_sl4a(ad, attemps=3): argument
5396 for i in range(attemps):
5402 if i < attemps - 1: