Searched refs:useNanp (Results 1 – 1 of 1) sorted by relevance
2453 boolean useNanp = (currFormat == defaultFormat) && (currFormat == FORMAT_NANP); in cdmaCheckAndProcessPlusCodeByNumberFormat()2473 if (useNanp) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2480 networkDialStr = processPlusCode(networkDialStr, useNanp); in cdmaCheckAndProcessPlusCodeByNumberFormat()2638 private static String getCurrentIdp(boolean useNanp) { in getCurrentIdp() argument2640 if (useNanp) { in getCurrentIdp()2806 private static String processPlusCode(String networkDialStr, boolean useNanp) { in processPlusCode() argument2810 + "for NANP = " + useNanp); in processPlusCode()2818 if (useNanp && isOneNanp(newStr)) { in processPlusCode()2823 retStr = networkDialStr.replaceFirst("[+]", getCurrentIdp(useNanp)); in processPlusCode()