Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java127 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME, in testGetBetterRecipient()
140 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME, in testGetBetterRecipient()
144 RecipientEntry.constructTopLevelEntry("2@android.com", DisplayNameSources.EMAIL, in testGetBetterRecipient()
155 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME, in testGetBetterRecipient()
159 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.EMAIL, in testGetBetterRecipient()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java190 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource, in constructTopLevelEntry() method in RecipientEntry
200 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource, in constructTopLevelEntry() method in RecipientEntry
H A DRecipientAlternatesAdapter.java255 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry( in processContactEntries()
573 return RecipientEntry.constructTopLevelEntry( in getRecipientEntry()
H A DBaseRecipientAdapter.java814 nonAggregatedEntries.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()
831 entryList.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactRecipientEntryUtils.java68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME, in constructSpecialRecipientEntry()
H A DContactUtil.java472 return RecipientEntry.constructTopLevelEntry(displayName, displayNameSource, in createRecipientEntry()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleRecipientEntry.java39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName, in constructTopLevelEntry() method in BugleRecipientEntry