Searched refs:dialableIndex (Results 1 – 1 of 1) sorted by relevance
1824 int dialableIndex = findDialableIndexFromPostDialStr(postDialStr); in cdmaCheckAndProcessPlusCodeByNumberFormat() local1827 if (dialableIndex >= 1) { in cdmaCheckAndProcessPlusCodeByNumberFormat()1828 retStr = appendPwCharBackToOrigDialStr(dialableIndex, in cdmaCheckAndProcessPlusCodeByNumberFormat()1831 tempDialStr = postDialStr.substring(dialableIndex); in cdmaCheckAndProcessPlusCodeByNumberFormat()1836 if (dialableIndex < 0) { in cdmaCheckAndProcessPlusCodeByNumberFormat()1988 appendPwCharBackToOrigDialStr(int dialableIndex,String origStr, String dialStr) { in appendPwCharBackToOrigDialStr() argument1992 if (dialableIndex == 1) { in appendPwCharBackToOrigDialStr()1999 String nonDigitStr = dialStr.substring(0,dialableIndex); in appendPwCharBackToOrigDialStr()