Searched refs:CachedContactInfo (Results 1 – 7 of 7) sorted by relevance
29 CachedContactInfo buildCachedContactInfo(ContactInfo info); in buildCachedContactInfo()42 CachedContactInfo lookupCachedContactFromNumber(Context context, String number); in lookupCachedContactFromNumber()44 void addContact(Context context, CachedContactInfo info); in addContact()63 interface CachedContactInfo { interface
47 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;418 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber()569 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService()
26 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;42 public CachedContactInfo getContactInfo(CachedNumberLookupService lookupService, int position) { in getContactInfo()44 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in getContactInfo()
34 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;132 public static CachedContactInfo buildCachedContactInfo( in buildCachedContactInfo()143 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo()
41 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;321 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache()
52 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;99 CachedContactInfo cacheInfo = input.service.buildCachedContactInfo(contactInfo); in doInBackground()
14 // Type definitions are from the CachedContactInfo interface in