Searched refs:nameAlt (Results 1 – 3 of 3) sorted by relevance
292 String nameAlt = contact.getDisplayNameAlt(); in lookupNumberInBackground() local296 if (TextUtils.isEmpty(nameAlt)) { in lookupNumberInBackground()297 nameAlt = name; in lookupNumberInBackground()307 nameAlt, in lookupNumberInBackground()318 String nameAlt = null; in lookupNumberInBackground() local346 nameAlt = cursor.getString(altNameColumn); in lookupNumberInBackground()348 initials = getInitials(name, nameAlt); in lookupNumberInBackground()361 if (TextUtils.isEmpty(nameAlt)) { in lookupNumberInBackground()362 nameAlt = name; in lookupNumberInBackground()368 nameAlt, in lookupNumberInBackground()[all …]
297 public static String getInitials(String name, String nameAlt) { in getInitials() argument303 if (!TextUtils.isEmpty(nameAlt) in getInitials()304 && !TextUtils.equals(name, nameAlt) in getInitials()305 && Character.isLetter(nameAlt.charAt(0))) { in getInitials()306 initials.append(Character.toUpperCase(nameAlt.charAt(0))); in getInitials()
1492 String nameAlt = null; in queryNameOfLinkedContacts() local1498 nameAlt = cursor.getString(2); in queryNameOfLinkedContacts()1506 final String formattedName = ContactDisplayUtils.getPreferredDisplayName(name, nameAlt, in queryNameOfLinkedContacts()