Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberUtilsTest.java469 PhoneNumberUtils.cdmaCheckAndProcessPlusCodeByNumberFormat("+18475797000", in testCheckAndProcessPlusCodeByNumberFormat()
472 PhoneNumberUtils.cdmaCheckAndProcessPlusCodeByNumberFormat("+18475797000", in testCheckAndProcessPlusCodeByNumberFormat()
475 PhoneNumberUtils.cdmaCheckAndProcessPlusCodeByNumberFormat("+18475797000", in testCheckAndProcessPlusCodeByNumberFormat()
478 PhoneNumberUtils.cdmaCheckAndProcessPlusCodeByNumberFormat("+18475797000", in testCheckAndProcessPlusCodeByNumberFormat()
481 PhoneNumberUtils.cdmaCheckAndProcessPlusCodeByNumberFormat("+18475797000", in testCheckAndProcessPlusCodeByNumberFormat()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2227 return cdmaCheckAndProcessPlusCodeByNumberFormat(dialStr, in cdmaCheckAndProcessPlusCode()
2250 return cdmaCheckAndProcessPlusCodeByNumberFormat(dialStr, format, format); in cdmaCheckAndProcessPlusCodeForSms()
2285 cdmaCheckAndProcessPlusCodeByNumberFormat(String dialStr,int currFormat,int defaultFormat) { in cdmaCheckAndProcessPlusCodeByNumberFormat() method in PhoneNumberUtils