Searched refs:RAW_CONTACT_ID2 (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 161 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId); in buildDiff() 164 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 180 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 192 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 271 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiff() 273 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2); in buildSplitContactDiff()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 219 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiff() 221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]); in buildSplitContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 967 " UNION SELECT " + AggregationExceptions.RAW_CONTACT_ID2 + in splitAutomaticallyAggregatedRawContacts() 1105 AggregationExceptions.RAW_CONTACT_ID2, 1109 int RAW_CONTACT_ID2 = 1; field 1135 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds() 1189 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId, in pickBestMatchBasedOnExceptions()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 66 AggregationExceptions.RAW_CONTACT_ID2 77 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2 in testCrudAggregationExceptions() 79 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")"; in testCrudAggregationExceptions() 1364 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
/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 | ContactsActor.java | 513 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
|
D | ContactDirectoryManagerTest.java | 557 AggregationExceptions.RAW_CONTACT_ID2, in testProjectionPopulated()
|
D | BaseContactsProvider2Test.java | 511 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in setAggregationException()
|
D | ContactsProvider2Test.java | 705 AggregationExceptions.RAW_CONTACT_ID2, in testAggregateExceptionProjection()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1220 AggregationExceptions.RAW_CONTACT_ID2 in onCreate() 1227 AggregationExceptions.RAW_CONTACT_ID2 + in onCreate() 1232 AggregationExceptions.RAW_CONTACT_ID2 + ", " + in onCreate() 1410 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 in createContactsTriggers()
|
D | ContactsProvider2.java | 946 .add(AggregationExceptions.RAW_CONTACT_ID2) 4542 long rcId2 = values.getAsInteger(AggregationExceptions.RAW_CONTACT_ID2); in updateAggregationException() 4559 + AggregationExceptions.RAW_CONTACT_ID2 + "=?", mSelectionArgs2); in updateAggregationException() 4564 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in updateAggregationException()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1102 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildJoinContactDiff()
|