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

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

Completed in 59 milliseconds