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

/frameworks/ex/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.java41 mContactId = entry.getContactId();
67 public long getContactId() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java61 public long getContactId() { method in class:VisibleRecipientChip
62 return mDelegate.getContactId();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java203 public long getContactId() { method in class:RecipientEntry
H A DRecipientEditTextView.java474 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
614 long contactId = contact.getContactId();
1514 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(), chip.getDataId(),
1707 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
1710 } else if (RecipientEntry.isCreatedRecipient(item.getContactId())
1727 result.add(chip.getContactId());
1990 } else if (currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT
2048 long contactId = currentChip.getContactId();
2341 long contactId = chip.getContactId();
2491 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId())
[all...]

Completed in 790 milliseconds