Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallCardPresenter.java688 String name = getNameForCall(primaryContactInfo); in updatePrimaryDisplayInfo()
884 String name = getNameForCall(secondaryContactInfo); in updateSecondaryDisplayInfo()
982 private String getNameForCall(ContactCacheEntry contactInfo) { in getNameForCall() method in CallCardPresenter