Home
last modified time | relevance | path

Searched refs:constructSecondLevelEntry (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleRecipientEntry.java49 public static BugleRecipientEntry constructSecondLevelEntry(final String displayName, in constructSecondLevelEntry() method in BugleRecipientEntry
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java211 public static RecipientEntry constructSecondLevelEntry(String displayName, in constructSecondLevelEntry() method in RecipientEntry
H A DBaseRecipientAdapter.java823 entryList.add(RecipientEntry.constructSecondLevelEntry( in putOneEntry()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactUtil.java476 return RecipientEntry.constructSecondLevelEntry(displayName, displayNameSource, in createRecipientEntry()