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.java608 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()
613 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()
628 eq(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in testSetWfcSetting_wfcNotEditable()
686 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
729 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
748 assertEquals(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY, imsManager.getWfcMode(true)); in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java547 public static final int WIFI_ONLY = 0; field in ImsConfig.WfcModeFeatureValueConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java3922 == ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in checkWfcWifiOnlyModeBeforeDial()