Searched refs:cacheInfo (Results 1 – 4 of 4) sorted by relevance
44 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in getContactInfo() local71 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY)); in getContactInfo()75 cacheInfo.setExtendedSource(sourceName, directoryId); in getContactInfo()77 cacheInfo.setDirectorySource(sourceName, directoryId); in getContactInfo()80 return cacheInfo; in getContactInfo()
143 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo() local144 cacheInfo.setLookupKey(ci.lookupKeyOrNull); in buildCachedContactInfo()145 return cacheInfo; in buildCachedContactInfo()
99 CachedContactInfo cacheInfo = input.service.buildCachedContactInfo(contactInfo); in doInBackground() local100 cacheInfo.setSource(ContactSource.Type.SOURCE_TYPE_CNAP, "CNAP", 0); in doInBackground()115 cacheInfo.setLookupKey(jsonString); in doInBackground()119 input.service.addContact(input.context.getApplicationContext(), cacheInfo); in doInBackground() local
418 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber() local420 if (cacheInfo != null) { in queryContactInfoForPhoneNumber()421 info = cacheInfo.getContactInfo().isBadData ? null : cacheInfo.getContactInfo(); in queryContactInfoForPhoneNumber()