Searched refs:existingCacheEntry (Results 1 – 1 of 1) sorted by relevance
445 ContactCacheEntry existingCacheEntry = infoMap.get(callId); in updateCallerInfoInCacheOnAnyThread() local446 Log.d(TAG, "Existing cacheEntry in hashMap " + existingCacheEntry); in updateCallerInfoInCacheOnAnyThread()450 if (existingCacheEntry != null) { in updateCallerInfoInCacheOnAnyThread()451 if (existingCacheEntry.isEmergencyNumber) { in updateCallerInfoInCacheOnAnyThread()453 } else if (existingCacheEntry.isVoicemailNumber) { in updateCallerInfoInCacheOnAnyThread()475 if (existingCacheEntry != null in updateCallerInfoInCacheOnAnyThread()476 && existingCacheEntry.displayPhotoUri != null in updateCallerInfoInCacheOnAnyThread()477 && existingCacheEntry.displayPhotoUri.equals(cacheEntry.displayPhotoUri) in updateCallerInfoInCacheOnAnyThread()478 && existingCacheEntry.photo != null) { in updateCallerInfoInCacheOnAnyThread()480 cacheEntry.photo = existingCacheEntry.photo; in updateCallerInfoInCacheOnAnyThread()[all …]