/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 79 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "zz", "top"); in testCrudAggregationExceptions() local 83 rawContactId1, rawContactId2); in testCrudAggregationExceptions() 85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 88 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")"; in testCrudAggregationExceptions() 96 assertTrue((rawContactId1 == c.getLong(1) && rawContactId2 == c.getLong(2)) in testCrudAggregationExceptions() 97 || (rawContactId2 == c.getLong(1) && rawContactId1 == c.getLong(2))); in testCrudAggregationExceptions() 103 rawContactId1, rawContactId2); in testCrudAggregationExceptions() 110 assertTrue((rawContactId1 == c.getLong(1) && rawContactId2 == c.getLong(2)) in testCrudAggregationExceptions() 111 || (rawContactId2 == c.getLong(1) && rawContactId1 == c.getLong(2))); in testCrudAggregationExceptions() 117 rawContactId1, rawContactId2); in testCrudAggregationExceptions() [all …]
|
D | ContactAggregator2Test.java | 79 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "zz", "top"); in testCrudAggregationExceptions() local 83 rawContactId1, rawContactId2); in testCrudAggregationExceptions() 85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 88 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")"; in testCrudAggregationExceptions() 96 assertTrue((rawContactId1 == c.getLong(1) && rawContactId2 == c.getLong(2)) in testCrudAggregationExceptions() 97 || (rawContactId2 == c.getLong(1) && rawContactId1 == c.getLong(2))); in testCrudAggregationExceptions() 103 rawContactId1, rawContactId2); in testCrudAggregationExceptions() 110 assertTrue((rawContactId1 == c.getLong(1) && rawContactId2 == c.getLong(2)) in testCrudAggregationExceptions() 111 || (rawContactId2 == c.getLong(1) && rawContactId1 == c.getLong(2))); in testCrudAggregationExceptions() 117 rawContactId1, rawContactId2); in testCrudAggregationExceptions() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 44 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingDisplayNameAndNoAccount() local 47 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2); in testLookupKeyUsingDisplayNameAndNoAccount() 51 String expectedLookupKey = "0r" + rawContactId1 + "-" + normalizedName + ".0r" in testLookupKeyUsingDisplayNameAndNoAccount() 54 long contactId = queryContactId(rawContactId1); in testLookupKeyUsingDisplayNameAndNoAccount() 72 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingSourceIdAndNoAccount() local 73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123"); in testLookupKeyUsingSourceIdAndNoAccount() 82 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2); in testLookupKeyUsingSourceIdAndNoAccount() 84 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId3); in testLookupKeyUsingSourceIdAndNoAccount() 89 long contactId = queryContactId(rawContactId1); in testLookupKeyUsingSourceIdAndNoAccount() 98 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "Dear", "Doe"); in testLookupKeySameSourceIdDifferentAccounts() local [all …]
|
D | GroupsTest.java | 290 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver); in testLocalMixedVisible() local 297 assertNotAggregated(rawContactId1, rawContactId2); in testLocalMixedVisible() 298 assertRawContactVisible(rawContactId1, true); in testLocalMixedVisible() 304 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testLocalMixedVisible() 308 assertRawContactVisible(rawContactId1, true); in testLocalMixedVisible() 334 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver, sTestAccount); in testMultipleSourcesVisible() local 338 this.insertGroupMembership(rawContactId1, groupId); in testMultipleSourcesVisible() 341 assertRawContactVisible(rawContactId1, false); in testMultipleSourcesVisible() 349 assertRawContactVisible(rawContactId1, true); in testMultipleSourcesVisible() 355 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testMultipleSourcesVisible() [all …]
|
D | ContactsProvider2Test.java | 895 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithIdBasedUri() local 896 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithIdBasedUri() 902 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2); in testContactEntitiesWithIdBasedUri() 904 long contactId = queryContactId(rawContactId1); in testContactEntitiesWithIdBasedUri() 909 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2); in testContactEntitiesWithIdBasedUri() 917 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithLookupUri() local 918 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithLookupUri() 924 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2); in testContactEntitiesWithLookupUri() 926 long contactId = queryContactId(rawContactId1); in testContactEntitiesWithLookupUri() 932 assertEntityRows(entityUri, contactId, rawContactId1, rawContactId2); in testContactEntitiesWithLookupUri() [all …]
|
D | BaseContactsProvider2Test.java | 534 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() argument 536 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException() 626 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated() argument 627 long contactId1 = queryContactId(rawContactId1); in assertAggregated() 632 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated() argument 634 long contactId1 = queryContactId(rawContactId1); in assertAggregated() 642 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() argument 643 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated()
|
D | ContactsActor.java | 666 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() argument 668 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() local 211 if (rawContactId1 != null && rawContactId1 >= 0) { in buildSplitContactDiff() 212 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactDeltaList.java | 258 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() local 260 if (rawContactId1 != null && rawContactId1 >= 0) { in buildSplitContactDiff() 261 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions() local 573 if (rawContactId == rawContactId1) { in pickBestMatchBasedOnExceptions()
|
D | ContactAggregator2.java | 520 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() local 524 if (rawContactId == rawContactId1) { in updateMatchScoresBasedOnExceptions()
|
D | AbstractContactAggregator.java | 960 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds() local 962 mAggregationExceptionIds.add(rawContactId1); in prefetchAggregationExceptionIds()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1262 long rawContactId1, long rawContactId2) { in buildJoinContactDiff() argument 1266 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildJoinContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4629 long rawContactId1; in updateAggregationException() local 4632 rawContactId1 = rcId1; in updateAggregationException() 4636 rawContactId1 = rcId2; in updateAggregationException() 4640 mSelectionArgs2[0] = String.valueOf(rawContactId1); in updateAggregationException() 4648 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException() 4655 aggregator.markForAggregation(rawContactId1, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException() 4658 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId1); in updateAggregationException() local
|