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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1108 long rawContactId1, long rawContactId2) {
1112 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1107 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java659 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
661 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DBaseContactsProvider2Test.java540 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
542 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
632 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
633 long contactId1 = queryContactId(rawContactId1);
638 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
640 long contactId1 = queryContactId(rawContactId1);
648 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
649 long contactId1 = queryContactId(rawContactId1);
H A DContactsProvider2Test.java891 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
892 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
898 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
900 long contactId = queryContactId(rawContactId1);
905 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
913 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
914 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
920 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
922 long contactId = queryContactId(rawContactId1);
928 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId
941 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]

Completed in 202 milliseconds