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/
DefaultVoicemailNotifier.java 59 private final NameLookupQuery mNameLookupQuery;
78 NameLookupQuery nameLookupQuery, PhoneNumberDisplayHelper phoneNumberHelper) {
82 mNameLookupQuery = nameLookupQuery;
290 public interface NameLookupQuery {
301 /** Create a new instance of {@link NameLookupQuery}. */
302 public static NameLookupQuery createNameLookupQuery(ContentResolver contentResolver) {
307 * Default implementation of {@link NameLookupQuery} that looks up the name of a contact in the
310 private static final class DefaultNameLookupQuery implements NameLookupQuery {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 76 milliseconds