Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java247 getContentString(call, contactInfo.userType); in buildAndSendNotification()
275 .setContentTitle(getContentString(call, ContactsUtils.USER_TYPE_CURRENT)); in buildAndSendNotification()
504 private String getContentString(Call call, @UserType long userType) { in getContentString() method in StatusBarNotifier