Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java202 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
208 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
243 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
281 private static String getPresentationString( in getPresentationString() method in ContactInfoCache