Searched defs:rawContactId2 (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1099 long rawContactId1, long rawContactId2) {
1104 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
1098 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java510 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
513 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DBaseContactsProvider2Test.java567 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
570 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
649 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
651 long contactId2 = queryContactId(rawContactId2);
655 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
658 long contactId2 = queryContactId(rawContactId2);
665 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
667 long contactId2 = queryContactId(rawContactId2);
H A DContactsProvider2Test.java786 long rawContactId2 = createRawContact(account2);
788 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
795 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
808 long rawContactId2 = createRawContact(account2);
810 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
818 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
823 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
828 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
832 long rawContactId2) {
876 values.put(Contacts.Entity.RAW_CONTACT_ID, rawContactId2);
831 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]

Completed in 123 milliseconds