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.java196 public long getContactId() { method in class:RecipientEntry
H A DRecipientEditTextView.java456 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
595 long contactId = contact.getContactId();
1485 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(), chip.getDataId(),
1672 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
1675 } else if (RecipientEntry.isCreatedRecipient(item.getContactId())
1692 result.add(chip.getContactId());
1955 } else if (currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT) {
2012 long contactId = currentChip.getContactId();
2427 if (RecipientEntry.isCreatedRecipient(temp.getEntry().getContactId())
2494 if (RecipientEntry.isCreatedRecipient(temp.getEntry().getContactId())
[all...]

Completed in 344 milliseconds