Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDSDSVoiceTest.py117 from acts.test_utils.tel.tel_subscription_utils import perform_dds_switch
1391 if not perform_dds_switch(ads[0]):
1540 if not perform_dds_switch(ads[0]):
1737 current_dds = perform_dds_switch(ad)
1814 current_dds = perform_dds_switch(ad)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_subscription_utils.py304 def perform_dds_switch(ad): function