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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java717 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
719 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DBaseContactsProvider2Test.java546 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
548 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
650 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
651 long contactId1 = queryContactId(rawContactId1);
656 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
658 long contactId1 = queryContactId(rawContactId1);
666 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
667 long contactId1 = queryContactId(rawContactId1);
H A DContactsProvider2Test.java1039 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
1040 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
1046 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
1048 long contactId = queryContactId(rawContactId1);
1053 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
1061 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
1062 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
1068 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
1070 long contactId = queryContactId(rawContactId1);
1076 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId
1089 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1718 long rawContactId1, long rawContactId2) {
1722 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1733 long rawContactId1, long rawContactId2, boolean hardSplit) {
1740 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1717 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
1732 buildSplitContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2, boolean hardSplit) argument

Completed in 72 milliseconds