Home
last modified time | relevance | path

Searched refs:CELLULAR_PREFERRED (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java69 ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED;
193 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED); in testSetValues()
199 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED, true); in testSetValues()
326 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)) in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
341 eq(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
739 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)) in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
749 assertEquals(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED, in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
786 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)) in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java783 public static final int CELLULAR_PREFERRED = 1; field in ImsConfig.WfcModeFeatureValueConstants