Searched refs:is_wfc_enabled (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorMobilityTest.py | 338 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():
|
D | TelLiveConnectivityMonitorBaseTest.py | 171 def is_wfc_enabled(self): member in TelLiveConnectivityMonitorBaseTest
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_video_utils.py | 76 from acts.test_utils.tel.tel_test_utils import is_wfc_enabled 257 if not is_wfc_enabled(log, ad):
|
D | tel_voice_utils.py | 73 from acts.test_utils.tel.tel_test_utils import is_wfc_enabled 1736 if is_wfc_enabled(log, ad):
|
D | tel_test_utils.py | 5666 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:
|