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

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 31 * A GENERATED_CONTACT is one that was created based entirely on
35 /* package */ static final int GENERATED_CONTACT = -2;
106 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT;
152 null, GENERATED_CONTACT, GENERATED_CONTACT, null, true, isValid,
RecipientEditTextView.java 476 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) {
618 && (contactId != RecipientEntry.GENERATED_CONTACT &&
    [all...]

Completed in 684 milliseconds