Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DNotificationMgr.java873 String expandedViewLine2 = ""; in updateInCallNotification() local
880 expandedViewLine2 = mContext.getString(R.string.card_title_conf_call); in updateInCallNotification()
885 expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.currentInfo, mContext); in updateInCallNotification()
894 contentView.setTextViewText(R.id.title, expandedViewLine2); in updateInCallNotification()
918 notification.tickerText = expandedViewLine2; in updateInCallNotification()