Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DCallCardPresenterTest.java73 assertEquals(NAME_PRIMARY, presenter.getNameForCall(mUnlockedContactInfo)); in testGetNameForCall_Unlocked()
81 assertEquals(NUMBER, presenter.getNameForCall(mLockedContactInfo)); in testGetNameForCall_Locked()
92 assertEquals(NUMBER, presenter.getNameForCall(contactInfo)); in testGetNameForCall_EmptyPreferredName()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java779 String name = getNameForCall(mPrimaryContactInfo); in updatePrimaryDisplayInfo()
856 String name = getNameForCall(mSecondaryContactInfo); in updateSecondaryDisplayInfo()
966 String getNameForCall(ContactCacheEntry contactInfo) { in getNameForCall() method in CallCardPresenter
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java316 expandedText = getNameForCall(call); in showMissedCallNotification()
436 private String getNameForCall(Call call) { in getNameForCall() method in MissedCallNotifierImpl