Searched refs:RAW_CONTACT_ID2 (Results 1 - 16 of 16) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
219 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java162 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
165 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
181 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
282 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
284 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java305 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
356 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DContactDirectoryManagerTest.java617 AggregationExceptions.RAW_CONTACT_ID2,
H A DContactsActor.java720 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DContactsDatabaseHelperUpgradeTest.java427 new TableColumn(AggregationExceptions.RAW_CONTACT_ID2, INTEGER, false, null),
H A DBaseContactsProvider2Test.java549 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DContactsProvider2Test.java900 AggregationExceptions.RAW_CONTACT_ID2,
2964 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID2,
3042 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID2,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java292 AggregationExceptions.RAW_CONTACT_ID2;
297 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" +
516 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId,
527 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID2)) {
528 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2);
H A DAbstractContactAggregator.java806 AggregationExceptions.RAW_CONTACT_ID2 +
810 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" +
946 AggregationExceptions.RAW_CONTACT_ID2,
950 int RAW_CONTACT_ID2 = 1; field in interface:AbstractContactAggregator.AggregateExceptionPrefetchQuery
976 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2);
1036 AggregationExceptions.RAW_CONTACT_ID2,
1047 int RAW_CONTACT_ID2 = 5; field in interface:AbstractContactAggregator.AggregateExceptionQuery
H A DContactAggregator.java565 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java69 AggregationExceptions.RAW_CONTACT_ID2
87 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2
89 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")";
1541 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2)
H A DContactAggregatorTest.java69 AggregationExceptions.RAW_CONTACT_ID2
87 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2
89 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")";
1533 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1063 .add(AggregationExceptions.RAW_CONTACT_ID2)
4887 Long rcId2 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID2);
4907 + AggregationExceptions.RAW_CONTACT_ID2 + "=?", mSelectionArgs2);
4912 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
5041 AggregationExceptions.RAW_CONTACT_ID2
5044 int RAW_CONTACT_ID2 = 1; field in interface:ContactsProvider2.AggregationExceptionQuery
5046 + AggregationExceptions.RAW_CONTACT_ID2 + "=?";
5059 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2);
5137 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
5155 values.put(AggregationExceptions.RAW_CONTACT_ID2, deleteRawContactI
[all...]
H A DContactsDatabaseHelper.java1554 AggregationExceptions.RAW_CONTACT_ID2
1561 AggregationExceptions.RAW_CONTACT_ID2 +
1566 AggregationExceptions.RAW_CONTACT_ID2 + ", " +
1746 + " OR " + AggregationExceptions.RAW_CONTACT_ID2
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1723 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
1741 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);

Completed in 322 milliseconds