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 DSimpleRecipientChip.java45 mContactId = entry.getContactId();
73 public long getContactId() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java59 public long getContactId() { method in class:VisibleRecipientChip
60 return mDelegate.getContactId();
H A DInvisibleRecipientChip.java61 public long getContactId() { method in class:InvisibleRecipientChip
62 return mDelegate.getContactId();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java270 public long getContactId() { method in class:RecipientEntry
H A DRecipientEditTextView.java729 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
1003 long contactId = contact.getContactId();
2054 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(),
2283 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
2286 } else if (RecipientEntry.isCreatedRecipient(item.getContactId())
2553 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT ||
2588 long contactId = currentChip.getContactId();
2897 long contactId = chip.getContactId();
3068 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId())
3109 temp.getEntry().getContactId())
[all...]

Completed in 70 milliseconds