Searched refs:cacheInfo (Results 1 – 3 of 3) sorted by relevance
138 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo() local139 cacheInfo.setLookupKey(ci.lookupKeyOrNull); in buildCachedContactInfo()140 return cacheInfo; in buildCachedContactInfo()
97 CachedContactInfo cacheInfo = input.service.buildCachedContactInfo(contactInfo); in doInBackground() local98 cacheInfo.setSource(ContactSource.Type.SOURCE_TYPE_CNAP, "CNAP", 0); in doInBackground()113 cacheInfo.setLookupKey(jsonString); in doInBackground()117 input.service.addContact(input.context.getApplicationContext(), cacheInfo); in doInBackground() local
426 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber() local428 if (cacheInfo != null) { in queryContactInfoForPhoneNumber()429 if (!cacheInfo.getContactInfo().isBadData) { in queryContactInfoForPhoneNumber()430 info = cacheInfo.getContactInfo(); in queryContactInfoForPhoneNumber()