Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java69 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 …]
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java781 public static class WfcModeFeatureValueConstants { class in ImsConfig
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java4227 == ImsConfig.WfcModeFeatureValueConstants.WIFI_ONLY)); in checkWfcWifiOnlyModeBeforeDial()