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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java81 if (count > 0 && hasSeparator(s, start, count)) {
92 if (count > 0 && hasSeparator(s, start, count)) {
165 private boolean hasSeparator(final CharSequence s, final int start, final int count) { method in class:PhoneNumberFormattingTextWatcher

Completed in 60 milliseconds