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

  /tools/test/connectivity/acts/tests/google/tel/live/
TelPowerTest.py 293 wfc_mode,
298 if not phone_setup_iwlan(self.log, ad, airplane_mode, wfc_mode, ssid,
421 wfc_mode=WFC_MODE_WIFI_PREFERRED,
459 wfc_mode=WFC_MODE_WIFI_PREFERRED,
497 wfc_mode=WFC_MODE_WIFI_PREFERRED,
536 wfc_mode=WFC_MODE_WIFI_PREFERRED,
    [all...]
TelLiveSettingsTest.py 166 for (wfc_mode, is_wfc_available) in \
171 format(current_wfc_status, wfc_mode))
172 if not set_wfc_mode(self.log, self.ad, wfc_mode):
207 def _wifi_connected_set_wfc_mode_turn_off_apm(self, wfc_mode,
213 if not set_wfc_mode(self.log, self.ad, wfc_mode):
    [all...]
TelWifiVoiceTest.py 558 def _wfc_phone_setup(self, is_airplane_mode, wfc_mode, volte_mode=True):
565 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
581 def _wfc_phone_setup_cellular_absent(self, wfc_mode):
603 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
658 wfc_mode,
666 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
683 def _wfc_phone_setup_cellular_absent_wifi_absent(self, wfc_mode):
705 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
    [all...]
TelLiveVoiceTest.py 629 def _call_epdg_to_epdg_wfc(self, ads, apm_mode, wfc_mode, wifi_ssid,
643 wfc_mode: phones' wfc mode.
654 (self.log, ads[0], apm_mode, wfc_mode, wifi_ssid, wifi_pwd)),
656 (self.log, ads[1], apm_mode, wfc_mode, wifi_ssid, wifi_pwd))]
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 274 wfc_mode,
278 Set WFC mode according to wfc_mode.
288 wfc_mode: WFC mode to set to.
297 log, ad, get_outgoing_voice_sub_id(ad), is_airplane_mode, wfc_mode,
305 wfc_mode,
309 Set WFC mode according to wfc_mode.
320 wfc_mode: WFC mode to set to.
342 if not set_wfc_mode(log, ad, wfc_mode):
    [all...]
tel_test_utils.py     [all...]

Completed in 77 milliseconds