Home
last modified time | relevance | path

Searched refs:verify_toggle_apm_tethering_internet_connection (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/
DNsa5gMmwTetheringTest.py38 …om acts_contrib.test_utils.tel.tel_data_utils import verify_toggle_apm_tethering_internet_connecti…
155 if not verify_toggle_apm_tethering_internet_connection(self.log,
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gTetheringTest.py42 …om acts_contrib.test_utils.tel.tel_data_utils import verify_toggle_apm_tethering_internet_connecti…
165 if not verify_toggle_apm_tethering_internet_connection(self.log,
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py72 …om acts_contrib.test_utils.tel.tel_data_utils import verify_toggle_apm_tethering_internet_connecti…
1458 if not verify_toggle_apm_tethering_internet_connection(self.log,
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py1500 def verify_toggle_apm_tethering_internet_connection(log, provider, clients, ssid): function