Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java194 public static void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument
195 sMinMatch = minMatch; in setMinMatchForTest()
527 int minMatch = getMinMatch(); in compareLoosely() local
567 if (matched < minMatch) { in compareLoosely()
582 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()