Lines Matching refs:contact
72 * Class responsible for querying Contact Information for DialerCall objects. Can perform
73 * asynchronous requests to the Contact Provider for information as well as respond synchronously
176 // an unknown contact.
227 // case when an incoming call doesn't match any contact,
334 Log.i(TAG, "Found contact with CNAP name - inserting into cache");
342 * Requests contact data for the DialerCall object passed in. Returns the data through callback.
371 "Contact lookup. In memory cache hit; lookup "
391 Contact lookup. In memory cache miss; searching provider.");
488 Log.d(TAG, "Contact lookup. Local contact found, starting image load");
543 // Set contact to exist to avoid phone number service lookup.
550 * Implemented for ContactsAsyncHelper.OnImageLoadCompleteListener interface. Update contact photo
586 entry.photoType = ContactPhotoType.CONTACT;
590 entry.photoType = ContactPhotoType.CONTACT;
634 cce.photoType = ContactPhotoType.CONTACT;
643 // Support any contact id in N because QuickContacts in N starts supporting enterprise
644 // contact id
649 Log.v(TAG, "lookup key is null or contact ID is 0 on M. Don't create a lookup uri.");
693 /** Callback interface for the contact query. */
701 /** This is cached contact info, which should be the ONLY info used by UI. */
831 Log.w(TAG, "Contact lookup done, but cache entry is not found.");
837 // contact wasn't found in the local DB. We don't check the if the cache entry already
840 Log.d(TAG, "Contact lookup. Local contacts miss, checking remote");
849 Log.d(TAG, "Contact lookup done. Local contact found, no image.");
853 "Contact lookup done. Local contact not found and"
883 Log.d(TAG, "Contact lookup done. Remote contact not found.");
908 // Contact specific ringtone is obtained from local lookup.