Searched refs:minMatch (Results 1 – 2 of 2) sorted by relevance
4206 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in buildPhoneLookupAndContactQuery() local4208 appendPhoneLookupTables(sb, minMatch, true); in buildPhoneLookupAndContactQuery()4223 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildFallbackPhoneLookupAndContactQuery() local4233 sb.append(minMatch); in buildFallbackPhoneLookupAndContactQuery()4268 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildPhoneLookupAsNestedQuery() local4270 appendPhoneLookupTables(sb, minMatch, false); in buildPhoneLookupAsNestedQuery()4278 StringBuilder sb, final String minMatch, boolean joinContacts) { in appendPhoneLookupTables() argument4288 sb.append(minMatch); in appendPhoneLookupTables()4965 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument4966 mMinMatch = minMatch; in setMinMatchForTest()
247 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument248 mMinMatch = minMatch; in setMinMatchForTest()