Home
last modified time | relevance | path

Searched refs:buildCacheEntryFromCall (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java318 primaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.primary); in onStateChange()
334 secondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.secondary); in onStateChange()
DConferenceParticipantListAdapter.java392 contactCache = ContactInfoCache.buildCacheEntryFromCall(getContext(), call); in updateParticipantInfo()
DContactInfoCache.java141 static ContactCacheEntry buildCacheEntryFromCall(Context context, DialerCall call) { in buildCacheEntryFromCall() method in ContactInfoCache