/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 160 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/ |
D | ContactAggregator2.java | 289 final String idPairSelection = "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql() 293 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql() 513 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in updateMatchScoresBasedOnExceptions() 520 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() 531 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID1)) { in updateMatchScoresBasedOnExceptions() 532 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
|
D | ContactAggregator.java | 529 AggregationExceptions.RAW_CONTACT_ID1, 537 int RAW_CONTACT_ID1 = 1; field 562 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in pickBestMatchBasedOnExceptions() 569 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions()
|
D | AbstractContactAggregator.java | 802 return "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql() 805 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql() 942 AggregationExceptions.RAW_CONTACT_ID1, 946 int RAW_CONTACT_ID1 = 0; field 972 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds() 1029 AggregationExceptions.RAW_CONTACT_ID1, 1040 int RAW_CONTACT_ID1 = 1; field
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GroupsTest.java | 305 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testLocalMixedVisible() 356 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testMultipleSourcesVisible()
|
D | ContactDirectoryManagerTest.java | 646 AggregationExceptions.RAW_CONTACT_ID1, in testProjectionPopulated()
|
D | ContactsActor.java | 816 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
|
D | ContactsDatabaseHelperUpgradeTest.java | 520 new TableColumn(AggregationExceptions.RAW_CONTACT_ID1, INTEGER, false, null),
|
D | BaseContactsProvider2Test.java | 566 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
|
D | ContactsProvider2Test.java | 1155 AggregationExceptions.RAW_CONTACT_ID1, in testAggregateExceptionProjection()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 75 AggregationExceptions.RAW_CONTACT_ID1, 109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions() 1454 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
|
D | ContactAggregator2Test.java | 70 AggregationExceptions.RAW_CONTACT_ID1, 109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions() 1452 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 260 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in buildUpdateAggregationKeepTogether()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1730 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildJoinContactDiff() 1748 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1547 AggregationExceptions.RAW_CONTACT_ID1 in onCreate() 1555 AggregationExceptions.RAW_CONTACT_ID1 + ", " + in onCreate() 1562 AggregationExceptions.RAW_CONTACT_ID1 + in onCreate() 1707 + " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 in createContactsTriggers()
|
D | ContactsProvider2.java | 1028 .add(AggregationExceptions.RAW_CONTACT_ID1) 5171 Long rcId1 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID1); in updateAggregationException() 5191 AggregationExceptions.RAW_CONTACT_ID1 + "=? AND " in updateAggregationException() 5196 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException() 5295 AggregationExceptions.RAW_CONTACT_ID1, 5298 int RAW_CONTACT_ID1 = 0; field 5300 String SELECTION = AggregationExceptions.RAW_CONTACT_ID1 + "=? OR " 5313 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()
|