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

  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVoiceTest.py 44 from acts.test_utils.tel.tel_defines import WFC_MODE_WIFI_ONLY
644 Valid mode includes: WFC_MODE_WIFI_ONLY, WFC_MODE_CELLULAR_PREFERRED,
679 self.android_devices, False, WFC_MODE_WIFI_ONLY,
    [all...]
TelLiveVoiceConfTest.py 35 from acts.test_utils.tel.tel_defines import WFC_MODE_WIFI_ONLY
    [all...]
TelWifiVoiceTest.py 49 from acts.test_utils.tel.tel_defines import WFC_MODE_WIFI_ONLY
617 return self._wfc_phone_setup(True, WFC_MODE_WIFI_ONLY)
629 return self._wfc_phone_setup(False, WFC_MODE_WIFI_ONLY)
641 return self._wfc_phone_setup_cellular_absent(WFC_MODE_WIFI_ONLY)
    [all...]
TelLiveRebootStressTest.py 37 from acts.test_utils.tel.tel_defines import WFC_MODE_WIFI_ONLY
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
ImsManagerFacade.java 111 case TelephonyConstants.WFC_MODE_WIFI_ONLY:
TelephonyConstants.java 23 public static final String WFC_MODE_WIFI_ONLY = "WIFI_ONLY";
TelephonyUtils.java 40 return TelephonyConstants.WFC_MODE_WIFI_ONLY;
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 253 WFC_MODE_WIFI_ONLY = "WIFI_ONLY"

Completed in 903 milliseconds