Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java195 public static void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument
196 sMinMatch = minMatch; in setMinMatchForTest()
532 int minMatch = getMinMatch(); in compareLoosely() local
572 if (matched < minMatch) { in compareLoosely()
587 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()