Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactInfoCache.java505 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
511 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
548 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
612 private static String getPresentationString(Context context, int presentation, in getPresentationString() method in ContactInfoCache
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java2242 public static String getPresentationString(Context context, int presentation) { in getPresentationString() method in PhoneUtils