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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1092 long rawContactId1, long rawContactId2) {
1096 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
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
650 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DBaseContactsProvider2Test.java519 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
521 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
601 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
602 long contactId1 = queryContactId(rawContactId1);
607 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
609 long contactId1 = queryContactId(rawContactId1);
617 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
618 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 424 milliseconds