Searched refs:minMatch (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Mms/src/com/android/mms/data/ |
D | Contact.java | 839 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in getContactInfoForPhoneNumber() local 840 if (!TextUtils.isEmpty(normalizedNumber) && !TextUtils.isEmpty(minMatch)) { in getContactInfoForPhoneNumber() 848 args = new String[] {minMatch, numberLen, normalizedNumber, numberLen}; in getContactInfoForPhoneNumber() 852 minMatch, numberE164, numberLen, normalizedNumber, numberLen}; in getContactInfoForPhoneNumber()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4441 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in buildPhoneLookupAndContactQuery() local 4443 appendPhoneLookupTables(sb, minMatch, true); in buildPhoneLookupAndContactQuery() 4459 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildMinimalPhoneLookupAndContactQuery() local 4461 appendPhoneLookupTables(sb, minMatch, true); in buildMinimalPhoneLookupAndContactQuery() 4488 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildPhoneLookupAsNestedQuery() local 4490 appendPhoneLookupTables(sb, minMatch, false); in buildPhoneLookupAsNestedQuery() 4497 private void appendPhoneLookupTables(StringBuilder sb, final String minMatch, in appendPhoneLookupTables() argument 4507 sb.append(minMatch); in appendPhoneLookupTables()
|