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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java66 private final NameLookupQuery mNameLookupQuery;
71 NameLookupQuery nameLookupQuery, ContactInfoHelper contactInfoHelper,
299 public interface NameLookupQuery { interface in class:CallLogNotificationsHelper
311 /** Create a new instance of {@link NameLookupQuery}. */
312 public static NameLookupQuery createNameLookupQuery(Context context,
318 * Default implementation of {@link NameLookupQuery} that looks up the name of a contact in the
321 private static final class DefaultNameLookupQuery implements NameLookupQuery {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java982 protected interface NameLookupQuery { interface in class:AbstractContactAggregator
1002 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS,
1004 ? NameLookupQuery.SELECTION_STRUCTURED_NAME_BASED
1005 : NameLookupQuery.SELECTION,
1009 String normalizedName = c.getString(NameLookupQuery.NORMALIZED_NAME);
1010 int type = c.getInt(NameLookupQuery.NAME_TYPE);

Completed in 86 milliseconds