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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1092 long rawContactId1, long rawContactId2) {
1097 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
1091 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java648 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
651 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DBaseContactsProvider2Test.java519 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
522 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
601 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
603 long contactId2 = queryContactId(rawContactId2);
607 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
610 long contactId2 = queryContactId(rawContactId2);
617 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
619 long contactId2 = queryContactId(rawContactId2);
H A DContactsProvider2Test.java896 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
898 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
905 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
918 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
920 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
928 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
933 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
938 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
942 long rawContactId2) {
986 values.put(Contacts.Entity.RAW_CONTACT_ID, rawContactId2);
941 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]

Completed in 83 milliseconds