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

  /frameworks/ex/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 112 RecipientEntry.constructFakeEntry("1@android.com", true);
125 final RecipientEntry entry2 = RecipientEntry.constructFakeEntry("1@android.com", true);
ChipsTest.java 156 RecipientEntry.constructFakeEntry("user@username.com, ", true);
164 .constructFakeEntry("user@username.com,", true);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 114 public static RecipientEntry constructFakeEntry(final String address, final boolean isValid) {
RecipientEditTextView.java     [all...]

Completed in 30 milliseconds