Searched defs:CachedContactInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/service/
H A DCachedNumberLookupService.java13 public interface CachedContactInfo { interface in interface:CachedNumberLookupService
28 public CachedContactInfo buildCachedContactInfo(ContactInfo info);
36 * @return A {@link CachedContactInfo} containing the contact information if the phone
40 public CachedContactInfo lookupCachedContactFromNumber(Context context, String number);
42 public void addContact(Context context, CachedContactInfo info);

Completed in 108 milliseconds