Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java194 return new RecipientEntry(ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, in constructTopLevelEntry()
204 return new RecipientEntry(ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, in constructTopLevelEntry()
215 return new RecipientEntry(ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, in constructSecondLevelEntry()
245 private static String pickDisplayName(int displayNameSource, String displayName, in pickDisplayName() method in RecipientEntry