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.java734 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) { in shrink()
1010 && contactId != RecipientEntry.GENERATED_CONTACT); in loadAvatarIcon()
2296 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) { in createValidatedEntry()
2566 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT || in selectChip()
2603 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT); in shouldShowEditableText()
2912 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT); in isGeneratedContact()