Searched refs:ContactCacheEntry (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | ContactInfoCache.java | 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() [all …]
|
D | ConferenceParticipantListAdapter.java | 39 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 209 ContactCacheEntry contactCache = participantInfo.getContactCacheEntry(); in getView() 257 /* package */ void updateContactInfo(String callId, ContactCacheEntry entry) { in updateContactInfo() 390 ContactCacheEntry contactCache = cache.getInfo(callId); in updateParticipantInfo() 434 ContactCacheEntry c1 = p1.getContactCacheEntry(); in sortParticipantList() 441 ContactCacheEntry c2 = p2.getContactCacheEntry(); in sortParticipantList() 478 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 489 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() 499 private void update(String callId, ContactCacheEntry entry) { in update() 514 private ContactCacheEntry contactCacheEntry; [all …]
|
D | ExternalCallNotifier.java | 166 String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation() 176 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation() 202 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in savePhoto() 215 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in saveContactInfo() 301 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getLargeIconToDisplay() 347 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getContentTitle() 376 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) { in getPersonReference()
|
D | RttRequestDialogFragment.java | 34 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 124 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 131 private CharSequence getNameOrNumber(ContactCacheEntry entry, Context context) { in getNameOrNumber() 146 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {} in onImageLoadComplete()
|
D | CallCardPresenter.java | 58 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 123 private ContactCacheEntry primaryContactInfo; 124 private ContactCacheEntry secondaryContactInfo; 587 private void onContactInfoComplete(String callId, ContactCacheEntry entry, boolean isPrimary) { in onContactInfoComplete() 608 private void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() 622 private void updateContactEntry(ContactCacheEntry entry, boolean isPrimary) { in updateContactEntry() 982 private String getNameForCall(ContactCacheEntry contactInfo) { in getNameForCall() 1178 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 1186 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete()
|
D | ReturnToCallController.java | 39 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 370 DialerCall dialerCall, ContactCacheEntry entry) { in createLettleTileDrawable() 402 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 419 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete()
|
D | StatusBarNotifier.java | 81 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 266 CallList callList, DialerCall originalCall, ContactCacheEntry contactInfo) { in buildAndSendNotification() 558 String getContentTitle(ContactCacheEntry contactInfo, DialerCall call) { in getContentTitle() 578 Notification.Builder builder, ContactCacheEntry contactInfo, DialerCall call) { in addPersonReference() 591 Context context, ContactCacheEntry contactInfo, DialerCall call) { in getLargeIconToDisplay() 1091 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 1101 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete()
|