Home
last modified time | relevance | path

Searched refs:check_network_location (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/gnss/
DLocationPlatinumTest.py171 gutils.check_network_location(
183 gutils.check_network_location(
DGnssSanityTest.py54 from acts.test_utils.gnss.gnss_test_utils import check_network_location
330 test_result = check_network_location(
356 test_result = check_network_location(
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py1025 def check_network_location(ad, retries, location_type, criteria=30): function