D | ImsManager.java | 1031 public static void setWfcMode(Context context, int wfcMode) { in setWfcMode() method in ImsManager 1035 mgr.setWfcMode(wfcMode); in setWfcMode() 1044 public void setWfcMode(int wfcMode) { in setWfcMode() method in ImsManager 1045 setWfcMode(wfcMode, false /*isRoaming*/); in setWfcMode() 1127 public static void setWfcMode(Context context, int wfcMode, boolean roaming) { in setWfcMode() method in ImsManager 1131 mgr.setWfcMode(wfcMode, roaming); in setWfcMode() 1141 public void setWfcMode(int wfcMode, boolean roaming) { in setWfcMode() method in ImsManager
|