Searched refs:dialableIndex (Results 1 – 1 of 1) sorted by relevance
2333 int dialableIndex = findDialableIndexFromPostDialStr(postDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat() local2336 if (dialableIndex >= 1) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2337 retStr = appendPwCharBackToOrigDialStr(dialableIndex, in cdmaCheckAndProcessPlusCodeByNumberFormat()2340 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()2345 if (dialableIndex < 0) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2634 appendPwCharBackToOrigDialStr(int dialableIndex,String origStr, String dialStr) { in appendPwCharBackToOrigDialStr() argument2638 if (dialableIndex == 1) { in appendPwCharBackToOrigDialStr()2645 String nonDigitStr = dialStr.substring(0,dialableIndex); in appendPwCharBackToOrigDialStr()