Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java155 if (RecipientEntry.isCreatedRecipient(entry.getContactId()) || in doInBackground()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java150 public static boolean isCreatedRecipient(long id) { in isCreatedRecipient() method in RecipientEntry
H A 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()