Searched refs:getContactId (Results 1 – 6 of 6) sorted by relevance
45 mContactId = entry.getContactId(); in SimpleRecipientChip()73 public long getContactId() { in getContactId() method in SimpleRecipientChip
59 public long getContactId() { in getContactId() method in VisibleRecipientChip60 return mDelegate.getContactId(); in getContactId()
61 public long getContactId() { in getContactId() method in InvisibleRecipientChip62 return mDelegate.getContactId(); in getContactId()
50 long getContactId(); in getContactId() method
729 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 …]
270 public long getContactId() { in getContactId() method in RecipientEntry