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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCachedNumberLookupService.java29 CachedContactInfo buildCachedContactInfo(ContactInfo info);
37 * @return A {@link CachedContactInfo} containing the contact information if the phone number is
42 CachedContactInfo lookupCachedContactFromNumber(Context context, String number);
44 void addContact(Context context, CachedContactInfo info);
52 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo);
65 interface CachedContactInfo { interface in interface:CachedNumberLookupService

Completed in 258 milliseconds