Searched refs:RAW_CONTACT_ID1 (Results 1 - 17 of 17) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java145 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
156 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, firstInsertRow);
212 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java160 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
180 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
191 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
272 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
274 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java291 final String idPairSelection = "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " +
295 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" +
515 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId
522 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
533 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID1)) {
534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
H A DContactAggregator.java531 AggregationExceptions.RAW_CONTACT_ID1,
539 int RAW_CONTACT_ID1 = 1; field in interface:ContactAggregator.AggregateExceptionQuery
564 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId
571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
H A DAbstractContactAggregator.java805 return "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " +
808 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" +
945 AggregationExceptions.RAW_CONTACT_ID1,
949 int RAW_CONTACT_ID1 = 0; field in interface:AbstractContactAggregator.AggregateExceptionPrefetchQuery
975 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1);
1032 AggregationExceptions.RAW_CONTACT_ID1,
1043 int RAW_CONTACT_ID1 = 1; field in interface:AbstractContactAggregator.AggregateExceptionQuery
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java304 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
355 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DContactDirectoryManagerTest.java616 AggregationExceptions.RAW_CONTACT_ID1,
H A DContactsActor.java719 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DContactsDatabaseHelperUpgradeTest.java426 new TableColumn(AggregationExceptions.RAW_CONTACT_ID1, INTEGER, false, null),
H A DBaseContactsProvider2Test.java548 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
H A DContactsProvider2Test.java899 AggregationExceptions.RAW_CONTACT_ID1,
2962 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID1,
3040 assertStoredValue(AggregationExceptions.CONTENT_URI, AggregationExceptions.RAW_CONTACT_ID1,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java67 AggregationExceptions.RAW_CONTACT_ID1,
85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1
87 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2
1529 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0)
H A DContactAggregatorTest.java67 AggregationExceptions.RAW_CONTACT_ID1,
85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1
87 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2
1520 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0)
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactDeltaListTests.java249 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1063 .add(AggregationExceptions.RAW_CONTACT_ID1)
4887 Long rcId1 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID1);
4907 AggregationExceptions.RAW_CONTACT_ID1 + "=? AND "
4912 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
5041 AggregationExceptions.RAW_CONTACT_ID1,
5044 int RAW_CONTACT_ID1 = 0; field in interface:ContactsProvider2.AggregationExceptionQuery
5046 String SELECTION = AggregationExceptions.RAW_CONTACT_ID1 + "=? OR "
5059 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1);
5137 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
5155 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactI
[all...]
H A DContactsDatabaseHelper.java1544 AggregationExceptions.RAW_CONTACT_ID1
1552 AggregationExceptions.RAW_CONTACT_ID1 + ", " +
1559 AggregationExceptions.RAW_CONTACT_ID1 +
1736 + " WHERE " + AggregationExceptions.RAW_CONTACT_ID1
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1722 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1740 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);

Completed in 370 milliseconds