• Home
  • Raw
  • Download

Lines Matching refs:ContactCacheEntry

84   private final ConcurrentHashMap<String, ContactCacheEntry> infoMap = new ConcurrentHashMap<>();
141 static ContactCacheEntry buildCacheEntryFromCall(Context context, DialerCall call) { in buildCacheEntryFromCall()
142 final ContactCacheEntry entry = new ContactCacheEntry(); in buildCacheEntryFromCall()
154 @NonNull ContactCacheEntry cce, in populateCacheEntry()
299 ContactCacheEntry getInfo(String callId) { in getInfo()
355 final ContactCacheEntry cacheEntry = infoMap.get(callId); in findInfo()
420 ContactCacheEntry initialCacheEntry = in findInfo()
429 private ContactCacheEntry updateCallerInfoInCacheOnAnyThread( in updateCallerInfoInCacheOnAnyThread()
445 ContactCacheEntry existingCacheEntry = infoMap.get(callId); in updateCallerInfoInCacheOnAnyThread()
466 ContactCacheEntry cacheEntry = buildEntry(context, callerInfo, presentationMode); in updateCallerInfoInCacheOnAnyThread()
570 ContactCacheEntry entry = infoMap.get(callId); in loadImage()
622 private ContactCacheEntry buildEntry(Context context, CallerInfo info, int presentation) { in buildEntry()
623 final ContactCacheEntry cce = new ContactCacheEntry(); in buildEntry()
659 private void sendInfoNotifications(String callId, ContactCacheEntry entry) { in sendInfoNotifications()
672 private void sendImageNotifications(String callId, ContactCacheEntry entry) { in sendImageNotifications()
691 void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete()
693 void onImageLoadComplete(String callId, ContactCacheEntry entry); in onImageLoadComplete()
697 public static class ContactCacheEntry { class in ContactInfoCache
823 ContactCacheEntry cacheEntry = infoMap.get(callId); in onQueryComplete()
881 ContactCacheEntry entry = new ContactCacheEntry(); in onPhoneNumberInfoComplete()
894 final ContactCacheEntry oldEntry = infoMap.get(callId); in onPhoneNumberInfoComplete()
927 private boolean needForceQuery(DialerCall call, ContactCacheEntry cacheEntry) { in needForceQuery()
960 final ContactCacheEntry existingCacheEntry = infoMap.get(callId); in isWaitingForThisQuery()