/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionEngine.java | 146 public void setContactId(long contactId) { in setContactId() method in AggregationSuggestionEngine 236 .setContactId(mContactId); in buildAggregationSuggestionUri() 250 .setContactId(mContactId); in buildAggregationSuggestionUri()
|
D | ContactEditorBaseFragment.java | 1556 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | AggregationSuggestionsCompat.java | 50 public Builder setContactId(long contactId) { in setContactId() method in AggregationSuggestionsCompat.Builder
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | ParticipantRefresh.java | 466 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/ |
D | ProfileAggregator.java | 93 setContactId(rawContactId, mContactId); in aggregateContact()
|
D | AbstractContactAggregator.java | 644 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/ |
D | BluetoothMapConvoContactElement.java | 175 public void setContactId(String uci) { in setContactId() method in BluetoothMapConvoContactElement
|
D | BluetoothMapContent.java | 3108 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/ |
D | ParticipantData.java | 412 public void setContactId(final long contactId) { in setContactId() method in ParticipantData
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1536 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build(); in testAggregationSuggestionsQueryBuilderWithContactId()
|
D | ContactAggregator2Test.java | 1545 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build(); in testAggregationSuggestionsQueryBuilderWithContactId()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 1409 mAggregationSuggestionEngine.setContactId(mContactData.getId()); in populateSuggestionCard()
|