Searched refs:currIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java829 findNextPCharOrNonPOrNonWCharIndex(String phoneNumber, int currIndex) { argument
830 boolean wMatched = isWait(phoneNumber.charAt(currIndex));
831 int index = currIndex + 1;
849 if ((index < length) && (index > (currIndex + 1)) &&
850 ((wMatched == false) && isPause(phoneNumber.charAt(currIndex)))) {
851 return (currIndex + 1);
903 int currIndex = 0;
905 while (currIndex < length) {
906 c = phoneNumber.charAt(currIndex);
908 if (currIndex < lengt
[all...]

Completed in 34 milliseconds