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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java111 } else if (count > 0 && !hasSeparator(s, start, count)) {
124 if (count > 0 && !hasSeparator(s, start, count)) {
130 if (mState == STATE_APPEND && count > 0 && hasSeparator(s, start, count)) {
206 private boolean hasSeparator(final CharSequence s, final int start, final int count) { method in class:PhoneNumberFormattingTextWatcher

Completed in 44 milliseconds