Searched refs:getContactId (Results 1 - 25 of 40) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactRecipientEntryUtils.java81 if (entry.getContactId() == CONTACT_ID_SENDTO_DESTINATION) {
99 return entry.getContactId() == CONTACT_ID_NUMBER_WITH_AVATAR;
106 return entry.getContactId() == CONTACT_ID_SENDTO_DESTINATION;
113 return participant.getContactId() == CONTACT_ID_SENDTO_DESTINATION;
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantListItemData.java43 mContactId = participant.getContactId();
76 public long getContactId() { method in class:ParticipantListItemData
H A DPersonItemData.java41 public abstract long getContactId(); method in class:PersonItemData
H A DContactListItemData.java128 public long getContactId() { method in class:ContactListItemData
129 return mRecipientEntry.getContactId();
H A DVCardContactItemData.java108 public long getContactId() { method in class:VCardContactItemData
H A DParticipantData.java184 pd.mContactId = recipientEntry.getContactId();
351 public long getContactId() { method in class:ParticipantData
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DRawContactMatchingCandidates.java60 mRawContactToContact.put(score.getRawContactId(), score.getContactId());
78 public Long getContactId(Long rawContactId) { method in class:RawContactMatchingCandidates
96 mBestMatches.get(i).getContactId());
H A DContactMatcher.java298 contactIds.add(score.getContactId());
321 return score.getContactId();
335 if ((s > maxScore) || ((s == maxScore) && (contactId > score.getContactId()))) {
336 contactId = score.getContactId();
H A DMatchScore.java70 public long getContactId() { method in class:MatchScore
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDialerShortcut.java44 abstract long getContactId(); method in class:DialerShortcut
137 return Contacts.getLookupUri(getContactId(), getLookupKey());
H A DShortcutInfoFactory.java67 intent.putExtra(EXTRA_CONTACT_ID, shortcut.getContactId());
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBlockedParticipantListItemView.java60 mContactIconView.setImageResourceUri(data.getAvatarUri(), data.getContactId(),
H A DPersonItemView.java209 mBinding.getData().getContactId(), mBinding.getData().getLookupKey(),
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java197 values.put("_id", contact.getContactId());
203 Contacts.getLookupUri(contact.getContactId(), contact.getLookupKey())
216 values.put("_id", contact.getContactId());
261 Cursor c = refreshQuery(String.valueOf(contact.getContactId()));
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DShareIntentAdapter.java103 public long getContactId() {
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListItemView.java129 mContactIconView.setImageResourceUri(avatarUri, mData.getContactId(),
139 mContactIconView.setImageResourceUri(avatarUri, mData.getContactId(),
H A DContactDropdownLayouter.java103 boolean isWorkContact = ContactUtil.isEnterpriseContactId(entry.getContactId());
H A DContactRecipientAdapter.java282 final long lhsContactId = lhs.getContactId();
283 final long rhsContactId = rhs.getContactId();
H A DContactRecipientAutoCompleteView.java155 if (RecipientEntry.isCreatedRecipient(entry.getContactId()) ||
/packages/apps/Contacts/src/com/android/contacts/list/
H A DMultiSelectContactsListFragment.java150 final long contactId = getContactId(position);
180 final long contactId = getContactId(position);
192 private long getContactId(int position) { method in class:MultiSelectContactsListFragment
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java517 long contactId = mDbHelper.getContactId(rawContactId);
1616 long contactId = mDbHelper.getContactId(rawContactId);
1771 long contactId = mDbHelper.getContactId(rawContactId);
1825 long contactId = mDbHelper.getContactId(rawContactId);
1867 long contactId = mDbHelper.getContactId(rawContactId);
1914 long contactId = mDbHelper.getContactId(rawContactId);
1928 long contactId = mDbHelper.getContactId(rawContactId);
1942 long contactId = mDbHelper.getContactId(rawContactId);
1963 long cid = bestMatch.getContactId();
1998 sb.append(matchScore.getContactId());
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java145 public long getContactId() {
373 public long getContactId() {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java178 public String getContactId(){ method in class:BluetoothMapConvoContactElement
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java93 public long getContactId(int position) { method in class:GroupMembersAdapter
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DParticipantRefresh.java493 final long currentContactId = participantData.getContactId();
607 values.put(ParticipantColumns.CONTACT_ID, participantData.getContactId());

Completed in 377 milliseconds

12