Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java285 final CharSequence content = getContentString(call, contactInfo.userType); in buildAndSendNotification()
341 .setContentTitle(getContentString(call, ContactsUtils.USER_TYPE_CURRENT)); in buildAndSendNotification()
675 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString() method in StatusBarNotifier