Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2471 String tempDialStr = dialStr; in cdmaCheckAndProcessPlusCodeByNumberFormat() local
2484 networkDialStr = extractNetworkPortion(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2486 networkDialStr = extractNetworkPortionAlt(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2506 postDialStr = extractPostDialPortion(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2515 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2527 } while (!TextUtils.isEmpty(postDialStr) && !TextUtils.isEmpty(tempDialStr)); in cdmaCheckAndProcessPlusCodeByNumberFormat()