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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java491 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
493 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DBaseContactsProvider2Test.java524 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
526 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
598 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
599 long contactId1 = queryContactId(rawContactId1);
604 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
606 long contactId1 = queryContactId(rawContactId1);
614 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
615 long contactId1 = queryContactId(rawContactId1);
H A DContactsProvider2Test.java694 long rawContactId1 = createRawContactWithName(account1);
695 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
701 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
703 long contactId = queryContactId(rawContactId1);
708 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
716 long rawContactId1 = createRawContactWithName(account1);
717 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
723 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
725 long contactId = queryContactId(rawContactId1);
731 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId
744 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java973 long rawContactId1, long rawContactId2) {
977 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
972 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument

Completed in 58 milliseconds