Home
last modified time | relevance | path

Searched refs:setContactId (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java146 public void setContactId(long contactId) { in setContactId() method in AggregationSuggestionEngine
236 .setContactId(mContactId); in buildAggregationSuggestionUri()
250 .setContactId(mContactId); in buildAggregationSuggestionUri()
DContactEditorBaseFragment.java1556 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()
/packages/apps/Contacts/src/com/android/contacts/compat/
DAggregationSuggestionsCompat.java50 public Builder setContactId(long contactId) { in setContactId() method in AggregationSuggestionsCompat.Builder
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java466 participantData.setContactId(selfContactId); in refreshFromSelfProfile()
521 participantData.setContactId(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND); in refreshFromContacts()
578 participantData.setContactId(matchingContactId); in refreshFromContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java93 setContactId(rawContactId, mContactId); in aggregateContact()
DAbstractContactAggregator.java644 setContactId(rawContactId, contactId); in onRawContactInsert()
898 protected final void setContactId(long rawContactId, long contactId) { in setContactId() method in AbstractContactAggregator
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java175 public void setContactId(String uci) { in setContactId() method in BluetoothMapConvoContactElement
DBluetoothMapContent.java3108 c.setContactId(tmpCursor.getString(fi.mContactColContactUci)); in populateImEmailConvoElement()
3254 contactElement.setContactId(addr); in addSmsMmsContacts()
3261 contactElement.setContactId(null); in addSmsMmsContacts()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java412 public void setContactId(final long contactId) { in setContactId() method in ParticipantData
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1536 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build(); in testAggregationSuggestionsQueryBuilderWithContactId()
DContactAggregator2Test.java1545 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build(); in testAggregationSuggestionsQueryBuilderWithContactId()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1409 mAggregationSuggestionEngine.setContactId(mContactData.getId()); in populateSuggestionCard()