Searched defs:nextNonPwCharIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java827 findPOrWCharToAppend(String phoneNumber, int currPwIndex, int nextNonPwCharIndex) { argument
834 // If the nextNonPwCharIndex is greater than currPwIndex + 1,
837 // the P character is handled one by one, the nextNonPwCharIndex
840 if (nextNonPwCharIndex > (currPwIndex + 1)) {

Completed in 45 milliseconds