HomeSort by relevance Sort by last modified time
    Searched refs:constructTopLevelEntry (Results 1 - 7 of 7) 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,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 39 public static BugleRecipientEntry constructTopLevelEntry(final String displayName,
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactRecipientEntryUtils.java 68 return BugleRecipientEntry.constructTopLevelEntry(null, DisplayNameSources.STRUCTURED_NAME,
ContactUtil.java 472 return RecipientEntry.constructTopLevelEntry(displayName, displayNameSource,
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 187 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource,
197 public static RecipientEntry constructTopLevelEntry(String displayName, int displayNameSource,
BaseRecipientAdapter.java     [all...]
RecipientAlternatesAdapter.java 255 final RecipientEntry newRecipientEntry = RecipientEntry.constructTopLevelEntry(
573 return RecipientEntry.constructTopLevelEntry(

Completed in 179 milliseconds