HomeSort by relevance Sort by last modified time
    Searched refs:BugleRecipientEntry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 28 public class BugleRecipientEntry extends RecipientEntry {
30 protected BugleRecipientEntry(final int entryType, final String displayName,
39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName,
44 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,
49 public static BugleRecipientEntry constructSecondLevelEntry(final String displayName,
54 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactRecipientEntryUtils.java 25 import com.android.messaging.datamodel.BugleRecipientEntry;
68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME,

Completed in 6353 milliseconds