Home
last modified time | relevance | path

Searched refs:MIN_MATCH (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java498 if (matched < MIN_MATCH) { in compareLoosely()
513 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in compareLoosely()
713 return internalGetStrippedReversed(np, MIN_MATCH); in toCallerIDMinMatch()
1577 static final int MIN_MATCH = 7; field in PhoneNumberUtils