Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/calllog/
DDefaultVoicemailNotifier.java60 private final NameLookupQuery mNameLookupQuery;
79 NameLookupQuery nameLookupQuery, PhoneNumberHelper phoneNumberHelper) { in DefaultVoicemailNotifier()
268 public interface NameLookupQuery { interface in DefaultVoicemailNotifier
280 public static NameLookupQuery createNameLookupQuery(ContentResolver contentResolver) { in createNameLookupQuery()
288 private static final class DefaultNameLookupQuery implements NameLookupQuery {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactAggregator.java1144 private interface NameLookupQuery { interface in ContactAggregator
1164 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS, in loadNameMatchCandidates()
1166 ? NameLookupQuery.SELECTION_STRUCTURED_NAME_BASED in loadNameMatchCandidates()
1167 : NameLookupQuery.SELECTION, in loadNameMatchCandidates()
1171 String normalizedName = c.getString(NameLookupQuery.NORMALIZED_NAME); in loadNameMatchCandidates()
1172 int type = c.getInt(NameLookupQuery.NAME_TYPE); in loadNameMatchCandidates()