Home
last modified time | relevance | path

Searched refs:RAW_CONTACT_ID2 (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java162 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/
DContactAggregator2.java292 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()
DAbstractContactAggregator.java807 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
DContactAggregator.java565 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId, in pickBestMatchBasedOnExceptions()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java305 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in testLocalMixedVisible()
356 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in testMultipleSourcesVisible()
DContactDirectoryManagerTest.java617 AggregationExceptions.RAW_CONTACT_ID2, in testProjectionPopulated()
DContactsActor.java780 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
DContactsDatabaseHelperUpgradeTest.java420 new TableColumn(AggregationExceptions.RAW_CONTACT_ID2, INTEGER, false, null),
DBaseContactsProvider2Test.java549 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
DContactsProvider2Test.java937 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/
DContactAggregatorTest.java76 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()
DContactAggregator2Test.java71 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/
DContactsProvider2.java1006 .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()
DContactsDatabaseHelper.java1561 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/
DContactSaveService.java1723 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildJoinContactDiff()
1741 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiff()