Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py89 from acts.test_utils.tel.tel_test_utils import verify_internet_connection
432 or not verify_internet_connection(self.log,
458 if not verify_internet_connection(
469 if verify_internet_connection(self.log,
479 if not verify_internet_connection(
484 if verify_internet_connection(
496 if not verify_internet_connection(
1439 or not verify_internet_connection(self.log, self.provider)):
1484 if verify_internet_connection(self.log, self.provider):
1502 if not verify_internet_connection(self.log, self.provider):
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2002 def verify_internet_connection(log, ad, retries=1): function