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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1355 long rawContactId1, long rawContactId2) {
1360 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
1354 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java702 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
705 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DBaseContactsProvider2Test.java538 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
541 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
642 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
644 long contactId2 = queryContactId(rawContactId2);
648 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
651 long contactId2 = queryContactId(rawContactId2);
658 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
660 long contactId2 = queryContactId(rawContactId2);
H A DContactsProvider2Test.java1019 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1021 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
1028 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
1041 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1043 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
1051 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
1056 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
1061 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
1065 long rawContactId2) {
1109 values.put(Contacts.Entity.RAW_CONTACT_ID, rawContactId2);
1064 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]

Completed in 51 milliseconds