Home
last modified time | relevance | path

Searched refs:useNanp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2288 boolean useNanp = (currFormat == defaultFormat) && (currFormat == FORMAT_NANP); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2308 if (useNanp) { in cdmaCheckAndProcessPlusCodeByNumberFormat()
2315 networkDialStr = processPlusCode(networkDialStr, useNanp); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2472 private static String getCurrentIdp(boolean useNanp) { in getCurrentIdp() argument
2474 if (useNanp) { in getCurrentIdp()
2595 private static String processPlusCode(String networkDialStr, boolean useNanp) { in processPlusCode() argument
2599 + "for NANP = " + useNanp); in processPlusCode()
2607 if (useNanp && isOneNanp(newStr)) { in processPlusCode()
2612 retStr = networkDialStr.replaceFirst("[+]", getCurrentIdp(useNanp)); in processPlusCode()