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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java50 long getContactId(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java60 public long getContactId() { method in class:InvisibleRecipientChip
61 return mDelegate.getContactId();
H A DSimpleRecipientChip.java45 mContactId = entry.getContactId();
73 public long getContactId() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java58 public long getContactId() { method in class:VisibleRecipientChip
59 return mDelegate.getContactId();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java255 public long getContactId() { method in class:RecipientEntry
H A DRecipientEditTextView.java680 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
893 long contactId = contact.getContactId();
1842 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(),
2071 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
2074 } else if (RecipientEntry.isCreatedRecipient(item.getContactId())
2341 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT ||
2376 long contactId = currentChip.getContactId();
2684 long contactId = chip.getContactId();
2855 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId())
2896 temp.getEntry().getContactId())
[all...]

Completed in 85 milliseconds