Searched refs:WfcModeFeatureValueConstants (Results 1 – 3 of 3) sorted by relevance
69 ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED;71 ImsConfig.WfcModeFeatureValueConstants.WIFI_PREFERRED;193 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED); in testSetValues()199 imsManager.setWfcMode(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED, true); in testSetValues()320 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_PREFERRED)) in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()326 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)) in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()341 eq(ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED)); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()354 eq(ImsConfig.WfcModeFeatureValueConstants.WIFI_PREFERRED)); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()653 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()659 doReturn(String.valueOf(ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)) in testSetWfcSetting_wfcNotEditable()[all …]
781 public static class WfcModeFeatureValueConstants { class in ImsConfig
4227 == ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in checkWfcWifiOnlyModeBeforeDial()