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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 59 private final NameLookupQuery mNameLookupQuery;
78 NameLookupQuery nameLookupQuery, PhoneNumberHelper phoneNumberHelper) {
82 mNameLookupQuery = nameLookupQuery;
267 public interface NameLookupQuery {
278 /** Create a new instance of {@link NameLookupQuery}. */
279 public static NameLookupQuery createNameLookupQuery(ContentResolver contentResolver) {
284 * Default implementation of {@link NameLookupQuery} that looks up the name of a contact in the
287 private static final class DefaultNameLookupQuery implements NameLookupQuery {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java     [all...]

Completed in 4374 milliseconds