Searched refs:constructTopLevelEntry (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | RecipientAlternatesAdapterTest.java | 127 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 D | RecipientEntry.java | 190 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 D | RecipientAlternatesAdapter.java | 255 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry( in processContactEntries() 573 return RecipientEntry.constructTopLevelEntry( in getRecipientEntry()
|
H A D | BaseRecipientAdapter.java | 814 nonAggregatedEntries.add(RecipientEntry.constructTopLevelEntry( in putOneEntry() 831 entryList.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ContactRecipientEntryUtils.java | 68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME, in constructSpecialRecipientEntry()
|
H A D | ContactUtil.java | 472 return RecipientEntry.constructTopLevelEntry(displayName, displayNameSource, in createRecipientEntry()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleRecipientEntry.java | 39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName, in constructTopLevelEntry() method in BugleRecipientEntry
|