Home
last modified time | relevance | path

Searched refs:is_wfc_enabled (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorMobilityTest.py338 if not self.is_wfc_enabled():
356 if not self.is_wfc_enabled():
376 if not self.is_wfc_enabled():
398 if not self.is_wfc_enabled():
DTelLiveConnectivityMonitorBaseTest.py171 def is_wfc_enabled(self): member in TelLiveConnectivityMonitorBaseTest
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py76 from acts.test_utils.tel.tel_test_utils import is_wfc_enabled
257 if not is_wfc_enabled(log, ad):
Dtel_voice_utils.py73 from acts.test_utils.tel.tel_test_utils import is_wfc_enabled
1736 if is_wfc_enabled(log, ad):
Dtel_test_utils.py5666 def is_wfc_enabled(log, ad): function
5701 return _wait_for_droid_in_state(log, ad, max_time, is_wfc_enabled)
5718 log, ad, max_time, lambda log, ad: not is_wfc_enabled(log, ad))
9242 is_wfc_enabled = user_config_profile["WFC Enabled"]
9324 if is_wfc_enabled: