Searched refs:wfcMode (Results 1 – 1 of 1) sorted by relevance
886 public void setWfcNonPersistent(boolean enabled, int wfcMode) { in setWfcNonPersistent() argument889 enabled ? wfcMode : ImsConfig.WfcModeFeatureValueConstants.CELLULAR_PREFERRED; in setWfcNonPersistent()939 public static void setWfcMode(Context context, int wfcMode) { in setWfcMode() argument943 mgr.setWfcMode(wfcMode); in setWfcMode()951 public void setWfcMode(int wfcMode) { in setWfcMode() argument952 if (DBG) log("setWfcMode(i) - setting=" + wfcMode); in setWfcMode()955 SubscriptionManager.WFC_IMS_MODE, Integer.toString(wfcMode)); in setWfcMode()957 setWfcModeInternal(wfcMode); in setWfcMode()1034 public static void setWfcMode(Context context, int wfcMode, boolean roaming) { in setWfcMode() argument1038 mgr.setWfcMode(wfcMode, roaming); in setWfcMode()[all …]