/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 162 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId); in buildDiffWrapper() 165 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper() 181 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper() 193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper() 282 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiffHelper() 284 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2); in buildSplitContactDiffHelper()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 292 AggregationExceptions.RAW_CONTACT_ID2; in buildExceptionMatchingSql() 297 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" + in buildExceptionMatchingSql() 516 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId, in updateMatchScoresBasedOnExceptions() 527 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID2)) { in updateMatchScoresBasedOnExceptions() 528 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
|
D | AbstractContactAggregator.java | 807 AggregationExceptions.RAW_CONTACT_ID2 + in buildExceptionMatchingSql() 811 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" + in buildExceptionMatchingSql() 947 AggregationExceptions.RAW_CONTACT_ID2, 951 int RAW_CONTACT_ID2 = 1; field 977 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds() 1037 AggregationExceptions.RAW_CONTACT_ID2, 1048 int RAW_CONTACT_ID2 = 5; field
|
D | ContactAggregator.java | 565 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId, in pickBestMatchBasedOnExceptions()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GroupsTest.java | 305 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in testLocalMixedVisible() 356 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in testMultipleSourcesVisible()
|
D | ContactDirectoryManagerTest.java | 617 AggregationExceptions.RAW_CONTACT_ID2, in testProjectionPopulated()
|
D | ContactsActor.java | 780 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
|
D | ContactsDatabaseHelperUpgradeTest.java | 420 new TableColumn(AggregationExceptions.RAW_CONTACT_ID2, INTEGER, false, null),
|
D | BaseContactsProvider2Test.java | 549 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
|
D | ContactsProvider2Test.java | 937 AggregationExceptions.RAW_CONTACT_ID2, in testAggregateExceptionProjection() 2927 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID2, in testUpdateFromMetadataEntry() 3004 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID2, in testUpdateFromMetadataEntry()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 76 AggregationExceptions.RAW_CONTACT_ID2 110 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2 in testCrudAggregationExceptions() 112 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")"; in testCrudAggregationExceptions() 1556 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
D | ContactAggregator2Test.java | 71 AggregationExceptions.RAW_CONTACT_ID2 110 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2 in testCrudAggregationExceptions() 112 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")"; in testCrudAggregationExceptions() 1564 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1006 .add(AggregationExceptions.RAW_CONTACT_ID2) 4830 Long rcId2 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID2); in updateAggregationException() 4850 + AggregationExceptions.RAW_CONTACT_ID2 + "=?", mSelectionArgs2); in updateAggregationException() 4855 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in updateAggregationException() 4984 AggregationExceptions.RAW_CONTACT_ID2 4987 int RAW_CONTACT_ID2 = 1; field 4989 + AggregationExceptions.RAW_CONTACT_ID2 + "=?"; 5002 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2); in queryAggregationRawContactIds() 5066 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in updateFromMetaDataEntry() 5084 values.put(AggregationExceptions.RAW_CONTACT_ID2, deleteRawContactId); in updateFromMetaDataEntry()
|
D | ContactsDatabaseHelper.java | 1561 AggregationExceptions.RAW_CONTACT_ID2 in onCreate() 1568 AggregationExceptions.RAW_CONTACT_ID2 + in onCreate() 1573 AggregationExceptions.RAW_CONTACT_ID2 + ", " + in onCreate() 1753 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 in createContactsTriggers()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1723 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildJoinContactDiff() 1741 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiff()
|