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 60 private final NameLookupQuery mNameLookupQuery;
79 NameLookupQuery nameLookupQuery, PhoneNumberHelper phoneNumberHelper) {
83 mNameLookupQuery = nameLookupQuery;
268 public interface NameLookupQuery {
279 /** Create a new instance of {@link NameLookupQuery}. */
280 public static NameLookupQuery createNameLookupQuery(ContentResolver contentResolver) {
285 * Default implementation of {@link NameLookupQuery} that looks up the name of a contact in the
288 private static final class DefaultNameLookupQuery implements NameLookupQuery {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java     [all...]

Completed in 402 milliseconds