Searched refs:minMatch (Results 1 – 1 of 1) sorted by relevance
5435 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in buildPhoneLookupAndContactQuery() local5437 appendPhoneLookupTables(sb, minMatch, true); in buildPhoneLookupAndContactQuery()5452 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildFallbackPhoneLookupAndContactQuery() local5462 sb.append(minMatch); in buildFallbackPhoneLookupAndContactQuery()5497 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildPhoneLookupAsNestedQuery() local5499 appendPhoneLookupTables(sb, minMatch, false); in buildPhoneLookupAsNestedQuery()5507 StringBuilder sb, final String minMatch, boolean joinContacts) { in appendPhoneLookupTables() argument5517 sb.append(minMatch); in appendPhoneLookupTables()