Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DContactRecipientEntryUtils.java68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME, in constructSpecialRecipientEntry()
DContactUtil.java472 return RecipientEntry.constructTopLevelEntry(displayName, displayNameSource, in createRecipientEntry()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleRecipientEntry.java39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName, in constructTopLevelEntry() method in BugleRecipientEntry