Searched refs:constructTopLevelEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
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()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 161 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
|
D | RecipientAlternatesAdapter.java | 253 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry( in processContactEntries() 562 return RecipientEntry.constructTopLevelEntry( in getRecipientEntry()
|
D | BaseRecipientAdapter.java | 736 nonAggregatedEntries.add(RecipientEntry.constructTopLevelEntry( in putOneEntry() 753 entryList.add(RecipientEntry.constructTopLevelEntry( in putOneEntry()
|