Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java139 public void setContactId(long contactId) { in setContactId() method in AggregationSuggestionEngine
221 .setContactId(mContactId); in buildAggregationSuggestionUri()
235 .setContactId(mContactId); in buildAggregationSuggestionUri()
DContactEditorFragment.java1531 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()
/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/apps/Contacts/src/com/android/contacts/compat/
DAggregationSuggestionsCompat.java50 public Builder setContactId(long contactId) { in setContactId() method in AggregationSuggestionsCompat.Builder
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDialerShortcut.java169 abstract Builder setContactId(long value); in setContactId() method in DialerShortcut.Builder
DPinnedShortcuts.java128 .setContactId(cursor.getLong(cursor.getColumnIndexOrThrow(Contacts._ID))) in refresh()
DDynamicShortcuts.java125 .setContactId(entry.id) in refresh()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java93 setContactId(rawContactId, mContactId); in aggregateContact()
DAbstractContactAggregator.java645 setContactId(rawContactId, contactId); in onRawContactInsert()
899 protected final void setContactId(long rawContactId, long contactId) { in setContactId() method in AbstractContactAggregator
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java174 public void setContactId(String uci) { in setContactId() method in BluetoothMapConvoContactElement
DBluetoothMapContent.java3107 c.setContactId(tmpCursor.getString(fi.mContactColContactUci)); in populateImEmailConvoElement()
3253 contactElement.setContactId(addr); in addSmsMmsContacts()
3260 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()