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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DProfileAggregator.java93 setContactId(rawContactId, mContactId);
H A DContactAggregator.java617 setContactId(rawContactId, contactId);
1074 protected void setContactId(long rawContactId, long contactId) { method in class:ContactAggregator
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java143 public void setContactId(long contactId) { method in class:AggregationSuggestionEngine
223 .setContactId(mContactId);
H A DContactEditorFragment.java1415 mAggregationSuggestionEngine.setContactId(getContactId());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1342 Uri uri = AggregationSuggestions.builder().setContactId(12).setLimit(7).build();

Completed in 454 milliseconds