Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleRecipientEntry.java28 public class BugleRecipientEntry extends RecipientEntry { class
30 protected BugleRecipientEntry(final int entryType, final String displayName, in BugleRecipientEntry() method in BugleRecipientEntry
39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName, in constructTopLevelEntry()
44 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType, in constructTopLevelEntry()
49 public static BugleRecipientEntry constructSecondLevelEntry(final String displayName, in constructSecondLevelEntry()
54 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType, in constructSecondLevelEntry()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactRecipientEntryUtils.java25 import com.android.messaging.datamodel.BugleRecipientEntry;
68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME, in constructSpecialRecipientEntry()