Searched refs:GENERATED_CONTACT (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java31 * A GENERATED_CONTACT is one that was created based entirely on
35 /* package */ static final int GENERATED_CONTACT = -2; field in class:RecipientEntry
111 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT;
157 null, GENERATED_CONTACT, null /* directoryId */, GENERATED_CONTACT, null, true,
H A DRecipientEditTextView.java528 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) {
734 && contactId != RecipientEntry.GENERATED_CONTACT);
1908 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
2173 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT ||
2208 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT);
2493 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT);

Completed in 45 milliseconds