Searched refs:dialableIndex (Results 1 – 1 of 1) sorted by relevance
2169 int dialableIndex = findDialableIndexFromPostDialStr(postDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat() local2172 if (dialableIndex >= 1) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2173 retStr = appendPwCharBackToOrigDialStr(dialableIndex, in cdmaCheckAndProcessPlusCodeByNumberFormat()2176 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()2181 if (dialableIndex < 0) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2516 appendPwCharBackToOrigDialStr(int dialableIndex,String origStr, String dialStr) { in appendPwCharBackToOrigDialStr() argument2520 if (dialableIndex == 1) { in appendPwCharBackToOrigDialStr()2527 String nonDigitStr = dialStr.substring(0,dialableIndex); in appendPwCharBackToOrigDialStr()