Searched defs:getNameForCall (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DMissedCallNotifier.java118 expandedText = getNameForCall(call);
186 private String getNameForCall(Call call) { method in class:MissedCallNotifier
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java475 final String name = getNameForCall(entry);
495 final String nameForCall = getNameForCall(mSecondaryContactInfo);
604 private static String getNameForCall(ContactCacheEntry contactInfo) { method in class:CallCardPresenter

Completed in 304 milliseconds