D | ImsManager.java | 936 public static void setWfcMode(Context context, int wfcMode) { in setWfcMode() method in ImsManager 940 mgr.setWfcMode(wfcMode); in setWfcMode() 949 public void setWfcMode(int wfcMode) { in setWfcMode() method in ImsManager 950 setWfcMode(wfcMode, false /*isRoaming*/); in setWfcMode() 1032 public static void setWfcMode(Context context, int wfcMode, boolean roaming) { in setWfcMode() method in ImsManager 1036 mgr.setWfcMode(wfcMode, roaming); in setWfcMode() 1046 public void setWfcMode(int wfcMode, boolean roaming) { in setWfcMode() method in ImsManager
|