/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]);
|
/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...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_IsSuperPrimaryName.java | 172 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactUtil.java | 129 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
|
/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...] |
/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 | 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...] |
/prebuilts/sdk/21/ |
android.jar | |