Home
last modified time | relevance | path

Searched refs:WIFI_ONLY (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java653 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()
659 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()
675 eq(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in testSetWfcSetting_wfcNotEditable()
733 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
780 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
801 assertEquals(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY, imsManager.getWfcMode(true)); in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java782 public static final int WIFI_ONLY = 0; field in ImsConfig.WfcModeFeatureValueConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java4227 == ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in checkWfcWifiOnlyModeBeforeDial()