Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DSimpleRecipientChip.java45 mContactId = entry.getContactId(); in SimpleRecipientChip()
73 public long getContactId() { in getContactId() method in SimpleRecipientChip
DVisibleRecipientChip.java59 public long getContactId() { in getContactId() method in VisibleRecipientChip
60 return mDelegate.getContactId(); in getContactId()
DInvisibleRecipientChip.java61 public long getContactId() { in getContactId() method in InvisibleRecipientChip
62 return mDelegate.getContactId(); in getContactId()
DBaseRecipientChip.java50 long getContactId(); in getContactId() method
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java729 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1; in shrink()
1003 long contactId = contact.getContactId(); in loadAvatarIcon()
2064 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(), in createAlternatesAdapter()
2293 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) { in createValidatedEntry()
2296 } else if (RecipientEntry.isCreatedRecipient(item.getContactId()) in createValidatedEntry()
2563 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT || in selectChip()
2598 long contactId = currentChip.getContactId(); in shouldShowEditableText()
2907 long contactId = chip.getContactId(); in isGeneratedContact()
3078 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId()) in onPreExecute()
3119 temp.getEntry().getContactId()) in doInBackground()
[all …]
DRecipientEntry.java270 public long getContactId() { in getContactId() method in RecipientEntry