Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py36 from acts.test_utils.tel.tel_test_utils import send_dialer_secret_code
332 send_dialer_secret_code(ad, "794824746")
370 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
380 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py50 from acts.test_utils.tel.tel_test_utils import send_dialer_secret_code
428 send_dialer_secret_code(ad, "794824746")
475 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
485 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py8325 def send_dialer_secret_code(ad, secret_code): function