Searched refs:constructFakeEntry (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java119 public static RecipientEntry constructFakeEntry(String address) { method in class:RecipientEntry
H A DRecipientEditTextView.java850 return RecipientEntry.constructFakeEntry(display);
878 .constructFakeEntry(!TextUtils.isEmpty(validatedToken) ? validatedToken : token);
1111 RecipientEntry entry = RecipientEntry.constructFakeEntry(text);
1477 entry = RecipientEntry.constructFakeEntry(destination);
1743 return new RecipientChip(null, RecipientEntry.constructFakeEntry((String) text), -1);
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java139 RecipientEntry alreadyFormatted = RecipientEntry.constructFakeEntry("user@username.com, ");
147 .constructFakeEntry("user@username.com,");

Completed in 111 milliseconds