Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4206 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in buildPhoneLookupAndContactQuery() local
4208 appendPhoneLookupTables(sb, minMatch, true); in buildPhoneLookupAndContactQuery()
4223 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildFallbackPhoneLookupAndContactQuery() local
4233 sb.append(minMatch); in buildFallbackPhoneLookupAndContactQuery()
4268 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildPhoneLookupAsNestedQuery() local
4270 appendPhoneLookupTables(sb, minMatch, false); in buildPhoneLookupAsNestedQuery()
4278 StringBuilder sb, final String minMatch, boolean joinContacts) { in appendPhoneLookupTables() argument
4288 sb.append(minMatch); in appendPhoneLookupTables()
4965 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument
4966 mMinMatch = minMatch; in setMinMatchForTest()
DCallLogProvider.java247 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument
248 mMinMatch = minMatch; in setMinMatchForTest()