Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsManagerTest.java70 ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED;
216 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED); in testSetValues()
222 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED, true); in testSetValues()
349 doReturn(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED) in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
363 eq(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
754 doReturn(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED) in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
763 assertEquals(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED, in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
797 doReturn(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED) in getWfcMode_useWfcHomeModeConfigTrue_shouldUseWfcHomeMode()
/aosp12/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java784 public static final int CELLULAR_PREFERRED = 1; field in ImsConfig.WfcModeFeatureValueConstants
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java506 case ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED: in updateVtWfc()