HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_wfc_enabled (Results 1 - 4 of 4) sorted by null

  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSettingsTest.py 44 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled namespace
185 if not wait_for_wfc_enabled(self.log, self.ad):
198 if wait_for_wfc_enabled(self.log, self.ad):
    [all...]
TelWifiVoiceTest.py 74 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled namespace
515 result = wait_for_wfc_enabled(self.log, self.android_devices[0],
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 79 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled namespace
855 if not wait_for_wfc_enabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED):
    [all...]
tel_test_utils.py 2071 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): function
    [all...]

Completed in 678 milliseconds