HomeSort by relevance Sort by last modified time
    Searched refs:RAW_CONTACT_ID1 (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 162 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
182 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
250 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
270 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
281 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
382 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
384 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 145 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]);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java 129 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 291 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);
    [all...]
ContactAggregator.java 525 + " ON (agg_exceptions.raw_contact_id1 = raw_contacts1._id) "
531 AggregationExceptions.RAW_CONTACT_ID1,
539 int RAW_CONTACT_ID1 = 1;
564 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId
571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
    [all...]
AbstractContactAggregator.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 304 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
355 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
ContactDirectoryManagerTest.java 574 AggregationExceptions.RAW_CONTACT_ID1,
ContactsActor.java 704 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
ContactsDatabaseHelperUpgradeTest.java 350 new TableColumn(AggregationExceptions.RAW_CONTACT_ID1, INTEGER, false, null),
BaseContactsProvider2Test.java 540 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
    [all...]
ContactsProvider2Test.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_IsSuperPrimaryName.java 172 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 67 AggregationExceptions.RAW_CONTACT_ID1,
85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1
87 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2
    [all...]
ContactAggregatorTest.java 67 AggregationExceptions.RAW_CONTACT_ID1,
85 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1
87 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 258 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 115 milliseconds

1 2