Home
last modified time | relevance | path

Searched refs:RAW_CONTACT_ID1 (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java160 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId); in buildDiffWrapper()
180 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in buildDiffWrapper()
191 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, in buildDiffWrapper()
272 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiffHelper()
274 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1); in buildSplitContactDiffHelper()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java291 final String idPairSelection = "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql()
295 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql()
515 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in updateMatchScoresBasedOnExceptions()
522 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
533 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID1)) { in updateMatchScoresBasedOnExceptions()
534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
DContactAggregator.java531 AggregationExceptions.RAW_CONTACT_ID1,
539 int RAW_CONTACT_ID1 = 1; field
564 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in pickBestMatchBasedOnExceptions()
571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions()
DAbstractContactAggregator.java806 return "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql()
809 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql()
946 AggregationExceptions.RAW_CONTACT_ID1,
950 int RAW_CONTACT_ID1 = 0; field
976 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds()
1033 AggregationExceptions.RAW_CONTACT_ID1,
1044 int RAW_CONTACT_ID1 = 1; field
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java304 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testLocalMixedVisible()
355 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testMultipleSourcesVisible()
DContactDirectoryManagerTest.java616 AggregationExceptions.RAW_CONTACT_ID1, in testProjectionPopulated()
DContactsActor.java782 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
DContactsDatabaseHelperUpgradeTest.java419 new TableColumn(AggregationExceptions.RAW_CONTACT_ID1, INTEGER, false, null),
DBaseContactsProvider2Test.java548 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
DContactsProvider2Test.java936 AggregationExceptions.RAW_CONTACT_ID1, in testAggregateExceptionProjection()
2925 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID1, in testUpdateFromMetadataEntry()
3002 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID1, in testUpdateFromMetadataEntry()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java75 AggregationExceptions.RAW_CONTACT_ID1,
109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions()
111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions()
1555 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
DContactAggregator2Test.java70 AggregationExceptions.RAW_CONTACT_ID1,
109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions()
111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions()
1563 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java991 .add(AggregationExceptions.RAW_CONTACT_ID1)
4749 Long rcId1 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID1); in updateAggregationException()
4769 AggregationExceptions.RAW_CONTACT_ID1 + "=? AND " in updateAggregationException()
4774 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException()
4894 AggregationExceptions.RAW_CONTACT_ID1,
4897 int RAW_CONTACT_ID1 = 0; field
4899 String SELECTION = AggregationExceptions.RAW_CONTACT_ID1 + "=? OR "
4912 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()
4976 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateFromMetaDataEntry()
4994 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in updateFromMetaDataEntry()
DContactsDatabaseHelper.java1559 AggregationExceptions.RAW_CONTACT_ID1 in onCreate()
1567 AggregationExceptions.RAW_CONTACT_ID1 + ", " + in onCreate()
1574 AggregationExceptions.RAW_CONTACT_ID1 + in onCreate()
1751 + " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 in createContactsTriggers()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java249 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in buildUpdateAggregationKeepTogether()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1722 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildJoinContactDiff()
1740 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()