Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DVisibleRecipientChip.java59 public long getContactId() { in getContactId() method in VisibleRecipientChip
60 return mDelegate.getContactId(); in getContactId()
DSimpleRecipientChip.java45 mContactId = entry.getContactId(); in SimpleRecipientChip()
73 public long getContactId() { in getContactId() method in SimpleRecipientChip
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.java732 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 …]
DRecipientEntry.java270 public long getContactId() { in getContactId() method in RecipientEntry
/frameworks/base/core/java/android/provider/
DCallLog.java1674 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()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java465 public long getContactId() { in getContactId() method in CallerInfo