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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java491 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
494 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DBaseContactsProvider2Test.java524 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
527 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
598 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
600 long contactId2 = queryContactId(rawContactId2);
604 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
607 long contactId2 = queryContactId(rawContactId2);
614 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
616 long contactId2 = queryContactId(rawContactId2);
H A DContactsProvider2Test.java699 long rawContactId2 = createRawContact(account2);
701 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
708 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
721 long rawContactId2 = createRawContact(account2);
723 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
731 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
736 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
741 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
745 long rawContactId2) {
789 values.put(Contacts.Entity.RAW_CONTACT_ID, rawContactId2);
744 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java973 long rawContactId1, long rawContactId2) {
978 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
972 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument

Completed in 5972 milliseconds