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.java2296 } else if (RecipientEntry.isCreatedRecipient(item.getContactId()) in createValidatedEntry()
3078 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId()) in onPreExecute()
3118 if (temp != null && RecipientEntry.isCreatedRecipient( in doInBackground()
3141 if (temp != null && RecipientEntry.isCreatedRecipient( in doInBackground()
3241 if (RecipientEntry.isCreatedRecipient(temp.getEntry() in doInBackground()