Searched refs:getContactId (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java47 mContactId = entry.getContactId();
84 public long getContactId() { method in class:RecipientChip
H A DRecipientEntry.java186 public long getContactId() { method in class:RecipientEntry
H A DRecipientEditTextView.java344 && mSelectedChip.getEntry().getContactId() != RecipientEntry.INVALID_CONTACT) {
477 if (contact.getContactId() != RecipientEntry.INVALID_CONTACT) {
1243 && mSelectedChip.getContactId() == RecipientEntry.INVALID_CONTACT) {
1293 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(), chip.getDataId(),
1473 if (RecipientEntry.isCreatedRecipient(item.getContactId())
1490 result.add(chip.getContactId());
1736 if (currentChip.getContactId() == RecipientEntry.INVALID_CONTACT) {
1744 } else if (currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT) {
1766 if (newChip.getEntry().getContactId() == RecipientEntry.INVALID_CONTACT) {
1791 if (newChip.getEntry().getContactId()
[all...]

Completed in 76 milliseconds