Searched refs:MIN_MATCH (Results 1 – 1 of 1) sorted by relevance
501 if (matched < MIN_MATCH) { in compareLoosely()516 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in compareLoosely()716 return internalGetStrippedReversed(np, MIN_MATCH); in toCallerIDMinMatch()1635 static final int MIN_MATCH = 7; field in PhoneNumberUtils