Searched refs:dialableIndex (Results 1 – 1 of 1) sorted by relevance
2508 int dialableIndex = findDialableIndexFromPostDialStr(postDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat() local2511 if (dialableIndex >= 1) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2512 retStr = appendPwCharBackToOrigDialStr(dialableIndex, in cdmaCheckAndProcessPlusCodeByNumberFormat()2515 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()2520 if (dialableIndex < 0) { in cdmaCheckAndProcessPlusCodeByNumberFormat()2855 appendPwCharBackToOrigDialStr(int dialableIndex,String origStr, String dialStr) { in appendPwCharBackToOrigDialStr() argument2859 if (dialableIndex == 1) { in appendPwCharBackToOrigDialStr()2866 String nonDigitStr = dialStr.substring(0,dialableIndex); in appendPwCharBackToOrigDialStr()