Lines Matching defs:cacheEntry
119 final ContactCacheEntry cacheEntry = mInfoMap.get(callId);
123 if (cacheEntry != null) {
126 callback.onContactInfoComplete(callId, cacheEntry);
164 final ContactCacheEntry cacheEntry = buildEntry(mContext, callId,
168 mInfoMap.put(callId, cacheEntry);
169 sendInfoNotifications(callId, cacheEntry);
172 if (!callerInfo.contactExists && cacheEntry.name == null &&
176 mPhoneNumberService.getPhoneNumberInfo(cacheEntry.number, listener, listener);
177 } else if (cacheEntry.personUri != null) {
182 mContext, cacheEntry.personUri, ContactInfoCache.this, callId);
186 } else if (cacheEntry.name != null) {