Searched refs:buildCacheEntryFromCall (Results 1 – 3 of 3) sorted by relevance
318 primaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.primary); in onStateChange()334 secondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.secondary); in onStateChange()
392 contactCache = ContactInfoCache.buildCacheEntryFromCall(getContext(), call); in updateParticipantInfo()
141 static ContactCacheEntry buildCacheEntryFromCall(Context context, DialerCall call) { in buildCacheEntryFromCall() method in ContactInfoCache