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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java860 findPOrWCharToAppend(String phoneNumber, int currPwIndex, int nextNonPwCharIndex) { argument
861 char c = phoneNumber.charAt(currPwIndex);
867 // If the nextNonPwCharIndex is greater than currPwIndex + 1,
871 // equals to currPwIndex + 1.
873 if (nextNonPwCharIndex > (currPwIndex + 1)) {

Completed in 7 milliseconds