Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java36 /* package */ static final int GENERATED_CONTACT = -2; field in RecipientEntry
151 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT; in isCreatedRecipient()
186 null, GENERATED_CONTACT, null /* directoryId */, GENERATED_CONTACT, null, true, in constructGeneratedEntry()
DRecipientEditTextView.java731 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) { in shrink()
1007 && contactId != RecipientEntry.GENERATED_CONTACT); in loadAvatarIcon()
2293 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) { in createValidatedEntry()
2563 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT || in selectChip()
2600 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT); in shouldShowEditableText()
2909 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT); in isGeneratedContact()