Searched refs:getCompactNameFromCallerInfo (Results 1 – 3 of 3) sorted by relevance
691 ((TextView) cookie).setText(PhoneUtils.getCompactNameFromCallerInfo(ci, mContext)); in onQueryComplete()971 PhoneUtils.getCompactNameFromCallerInfo(infoToken.currentInfo, in displaySecondaryCallStatus()1018 String name = PhoneUtils.getCompactNameFromCallerInfo(info, getContext()); in displaySecondaryCallStatus()
1013 expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.currentInfo, mContext); in updateInCallNotification()1126 + PhoneUtils.getCompactNameFromCallerInfo(ci, mContext)); in onQueryComplete()
1738 static String getCompactNameFromCallerInfo(CallerInfo ci, Context context) { in getCompactNameFromCallerInfo() method in PhoneUtils