Home
last modified time | relevance | path

Searched refs:isCreatedRecipient (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java150 public static boolean isCreatedRecipient(long id) { in isCreatedRecipient() method in RecipientEntry
DRecipientEditTextView.java2299 } else if (RecipientEntry.isCreatedRecipient(item.getContactId()) in createValidatedEntry()
3081 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId()) in onPreExecute()
3121 if (temp != null && RecipientEntry.isCreatedRecipient( in doInBackground()
3144 if (temp != null && RecipientEntry.isCreatedRecipient( in doInBackground()
3244 if (RecipientEntry.isCreatedRecipient(temp.getEntry() in doInBackground()