Searched refs:getContactId (Results 1 – 8 of 8) sorted by relevance
59 public long getContactId() { in getContactId() method in VisibleRecipientChip60 return mDelegate.getContactId(); in getContactId()
45 mContactId = entry.getContactId(); in SimpleRecipientChip()73 public long getContactId() { in getContactId() method in SimpleRecipientChip
61 public long getContactId() { in getContactId() method in InvisibleRecipientChip62 return mDelegate.getContactId(); in getContactId()
50 long getContactId(); in getContactId() method
732 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1; in shrink()1006 long contactId = contact.getContactId(); in loadAvatarIcon()2067 return new RecipientAlternatesAdapter(getContext(), chip.getContactId(), in createAlternatesAdapter()2296 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) { in createValidatedEntry()2299 } else if (RecipientEntry.isCreatedRecipient(item.getContactId()) in createValidatedEntry()2566 currentChip.getContactId() == RecipientEntry.GENERATED_CONTACT || in selectChip()2601 long contactId = currentChip.getContactId(); in shouldShowEditableText()2910 long contactId = chip.getContactId(); in isGeneratedContact()3081 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId()) in onPreExecute()3122 temp.getEntry().getContactId()) in doInBackground()[all …]
270 public long getContactId() { in getContactId() method in RecipientEntry
1674 if ((params.mCallerInfo != null) && (params.mCallerInfo.getContactId() > 0)) { in addCall()1688 new String[] { String.valueOf(params.mCallerInfo.getContactId()), in addCall()1699 new String[] { String.valueOf(params.mCallerInfo.getContactId()) }, in addCall()
465 public long getContactId() { in getContactId() method in CallerInfo