Searched defs:wfcMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java795 * @param wfcMode The WFC preference if WFC is enabled
797 public void setWfcNonPersistentForSlot(boolean enabled, int wfcMode) { argument
802 enabled ? wfcMode : ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED;
856 public static void setWfcMode(Context context, int wfcMode) { argument
857 if (DBG) log("setWfcMode - setting=" + wfcMode);
859 android.provider.Settings.Global.WFC_IMS_MODE, wfcMode);
861 setWfcModeInternal(context, wfcMode);
867 public void setWfcModeForSlot(int wfcMode) { argument
868 if (DBG) log("setWfcModeForSlot - setting=" + wfcMode);
870 android.provider.Settings.Global.WFC_IMS_MODE, wfcMode);
928 setWfcMode(Context context, int wfcMode, boolean roaming) argument
951 setWfcModeForSlot(int wfcMode, boolean roaming) argument
974 setWfcModeInternal(Context context, int wfcMode) argument
994 setWfcModeInternalForSlot(int wfcMode) argument
[all...]

Completed in 225 milliseconds