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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1262 long rawContactId1, long rawContactId2) {
1266 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1261 buildJoinContactDiff(ArrayList<ContentProviderOperation> operations, long rawContactId1, long rawContactId2) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java666 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
668 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DBaseContactsProvider2Test.java534 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { argument
536 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
626 protected void assertAggregated(long rawContactId1, long rawContactId2) { argument
627 long contactId1 = queryContactId(rawContactId1);
632 protected void assertAggregated(long rawContactId1, long rawContactId2, argument
634 long contactId1 = queryContactId(rawContactId1);
642 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { argument
643 long contactId1 = queryContactId(rawContactId1);
H A DContactsProvider2Test.java895 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
896 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
902 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
904 long contactId = queryContactId(rawContactId1);
909 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2);
917 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1);
918 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
924 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
926 long contactId = queryContactId(rawContactId1);
932 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId
945 assertEntityRows(Uri entityUri, long contactId, long rawContactId1, long rawContactId2) argument
[all...]

Completed in 128 milliseconds