Home
last modified time | relevance | path

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

/frameworks/opt/chips/tests/src/com/android/ex/chips/
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()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java161 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource, in constructTopLevelEntry() method in RecipientEntry
170 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource, in constructTopLevelEntry() method in RecipientEntry
DRecipientAlternatesAdapter.java253 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry( in processContactEntries()
562 return RecipientEntry.constructTopLevelEntry( in getRecipientEntry()
DBaseRecipientAdapter.java736 nonAggregatedEntries.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()
753 entryList.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()