Searched refs:cacheInfo (Results 1 – 2 of 2) sorted by relevance
42 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in getContactInfo() local52 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY)); in getContactInfo()60 cacheInfo.setExtendedSource(sourceName, directoryId); in getContactInfo()62 cacheInfo.setDirectorySource(sourceName, directoryId); in getContactInfo()65 return cacheInfo; in getContactInfo()
229 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber() local231 info = cacheInfo != null ? cacheInfo.getContactInfo() : null; in queryContactInfoForPhoneNumber()