HomeSort by relevance Sort by last modified time
    Searched full:raw_contact_id2 (Results 1 - 21 of 21) sorted by null

  /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/
ContactsContract_IsSuperPrimaryName.java 173 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java 130 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/
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...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 41 CREATE TABLE agg_exceptions (_id INTEGER PRIMARY KEY AUTOINCREMENT,type INTEGER NOT NULL, raw_contact_id1 INTEGER REFERENCES raw_contacts(_id), raw_contact_id2 INTEGER REFERENCES raw_contacts(_id));
134 CREATE UNIQUE INDEX aggregation_exception_index1 ON agg_exceptions (raw_contact_id1, raw_contact_id2);
135 CREATE UNIQUE INDEX aggregation_exception_index2 ON agg_exceptions (raw_contact_id2, raw_contact_id1);
149 CREATE TRIGGER raw_contacts_deleted BEFORE DELETE ON raw_contacts BEGIN DELETE FROM data WHERE raw_contact_id=OLD._id; DELETE FROM agg_exceptions WHERE raw_contact_id1=OLD._id OR raw_contact_id2=OLD._id; DELETE FROM visible_contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM default_directory WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; END;
    [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...]
  /prebuilts/sdk/21/
android.jar 

Completed in 1484 milliseconds