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

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 164 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
167 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
183 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
195 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
252 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
255 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
271 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
283 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
392 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
394 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 146 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]);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java 130 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 305 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
356 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
ContactDirectoryManagerTest.java 575 AggregationExceptions.RAW_CONTACT_ID2,
ContactsActor.java 705 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
ContactsDatabaseHelperUpgradeTest.java 351 new TableColumn(AggregationExceptions.RAW_CONTACT_ID2, INTEGER, false, null),
BaseContactsProvider2Test.java 541 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
    [all...]
ContactsProvider2Test.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_IsSuperPrimaryName.java 173 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 292 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);
    [all...]
AbstractContactAggregator.java     [all...]
ContactAggregator.java 527 + " ON (agg_exceptions.raw_contact_id2 = raw_contacts2._id) ";
565 + " OR " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 68 AggregationExceptions.RAW_CONTACT_ID2
86 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2
88 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")";
    [all...]
ContactAggregatorTest.java 68 AggregationExceptions.RAW_CONTACT_ID2
86 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2
88 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")";
    [all...]
  /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/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /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 711 milliseconds

1 2