HomeSort by relevance Sort by last modified time
    Searched refs:NameLookupQuery (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java 66 private final NameLookupQuery mNameLookupQuery;
71 NameLookupQuery nameLookupQuery, ContactInfoHelper contactInfoHelper,
75 mNameLookupQuery = nameLookupQuery;
299 public interface NameLookupQuery {
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/
AbstractContactAggregator.java     [all...]

Completed in 66 milliseconds