Searched refs:CELLULAR_PREFERRED (Results 1 – 2 of 2) sorted by relevance
69 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()
783 public static final int CELLULAR_PREFERRED = 1; field in ImsConfig.WfcModeFeatureValueConstants