Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2109 String tempDialStr = dialStr; in cdmaCheckAndProcessPlusCodeByNumberFormat() local
2122 networkDialStr = extractNetworkPortion(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2124 networkDialStr = extractNetworkPortionAlt(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2144 postDialStr = extractPostDialPortion(tempDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2153 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()
2165 } while (!TextUtils.isEmpty(postDialStr) && !TextUtils.isEmpty(tempDialStr)); in cdmaCheckAndProcessPlusCodeByNumberFormat()