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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java442 * - requires MIN_MATCH (7) characters to match
496 if (matched < MIN_MATCH) {
501 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
700 * Returns the rightmost MIN_MATCH (5) characters in the network portion
711 return internalGetStrippedReversed(np, MIN_MATCH);
1543 static final int MIN_MATCH = 7; field in class:PhoneNumberUtils

Completed in 22 milliseconds