HomeSort by relevance Sort by last modified time
    Searched refs:constructTopLevelEntry (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 127 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME,
140 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME,
144 RecipientEntry.constructTopLevelEntry("2@android.com", DisplayNameSources.EMAIL,
155 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.NICKNAME,
159 RecipientEntry.constructTopLevelEntry("Android", DisplayNameSources.EMAIL,
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 161 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource,
170 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource,
BaseRecipientAdapter.java 732 nonAggregatedEntries.add(RecipientEntry.constructTopLevelEntry(
749 entryList.add(RecipientEntry.constructTopLevelEntry(
    [all...]
RecipientAlternatesAdapter.java 253 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry(
562 return RecipientEntry.constructTopLevelEntry(

Completed in 333 milliseconds