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

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DAggregationSuggestionsCompat.java50 public Builder setContactId(long contactId) { method in class:AggregationSuggestionsCompat.Builder
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDialerShortcut.java169 abstract Builder setContactId(long value); method in class:DialerShortcut.Builder
H A DPinnedShortcuts.java128 .setContactId(cursor.getLong(cursor.getColumnIndexOrThrow(Contacts._ID)))
H A DDynamicShortcuts.java125 .setContactId(entry.id)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DProfileAggregator.java93 setContactId(rawContactId, mContactId);
H A DAbstractContactAggregator.java645 setContactId(rawContactId, contactId);
899 protected final void setContactId(long rawContactId, long contactId) { method in class:AbstractContactAggregator
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java139 public void setContactId(long contactId) { method in class:AggregationSuggestionEngine
221 .setContactId(mContactId);
235 .setContactId(mContactId);
H A DContactEditorFragment.java1531 mAggregationSuggestionEngine.setContactId(getContactId());
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DParticipantRefresh.java466 participantData.setContactId(selfContactId);
521 participantData.setContactId(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND);
578 participantData.setContactId(matchingContactId);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java174 public void setContactId(String uci) { method in class:BluetoothMapConvoContactElement
H A DBluetoothMapContent.java3107 c.setContactId(tmpCursor.getString(fi.mContactColContactUci));
3253 contactElement.setContactId(addr);
3260 contactElement.setContactId(null);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java412 public void setContactId(final long contactId) { method in class:ParticipantData
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java1556 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build();
H A DContactAggregatorTest.java1548 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build();

Completed in 336 milliseconds