/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 149 public static final String RAW_CONTACTS = "raw_contacts"; field 177 RAW_CONTACTS, 208 public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.RAW_CONTACTS 244 + " INNER JOIN " + Tables.RAW_CONTACTS 290 public static final String RAW_CONTACTS_JOIN_ACCOUNTS = Tables.RAW_CONTACTS 295 public static final String RAW_CONTACTS_JOIN_METADATA_SYNC = Tables.RAW_CONTACTS 327 public static final String RAW_CONTACTS = "view_raw_contacts"; field 396 " FROM " + Tables.RAW_CONTACTS + " AS " + OUTER_RAW_CONTACTS + 445 Tables.RAW_CONTACTS + "." + BaseColumns._ID; 448 public static final String CONCRETE_ACCOUNT_ID = Tables.RAW_CONTACTS + "." + ACCOUNT_ID; [all …]
|
D | ContactsProvider2.java | 226 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.RAW_TIMES_CONTACTED + "=" + 348 public static final int RAW_CONTACTS = 2002; field in ContactsProvider2 495 + " FROM " + Tables.RAW_CONTACTS + " WHERE " + RawContacts._ID + "=?"; 546 + " FROM " + Tables.RAW_CONTACTS 558 "UPDATE " + Tables.RAW_CONTACTS + 564 "UPDATE " + Tables.RAW_CONTACTS + 581 "UPDATE " + Tables.RAW_CONTACTS + 594 "UPDATE " + Tables.RAW_CONTACTS + 1270 matcher.addURI(ContactsContract.AUTHORITY, "raw_contacts", RAW_CONTACTS); in matcher.addURI() argument 2695 case RAW_CONTACTS: in insertInTransaction() [all …]
|
D | LegacyApiSupport.java | 532 Tables.RAW_CONTACTS + "." + RawContactsColumns.DISPLAY_NAME in createViews() 546 Tables.RAW_CONTACTS + "." + RawContacts.CUSTOM_RINGTONE in createViews() 548 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL in createViews() 550 Tables.RAW_CONTACTS + "." + RawContacts.STARRED in createViews() 572 " FROM " + Tables.RAW_CONTACTS + PEOPLE_JOINS + in createViews() 573 " WHERE " + Tables.RAW_CONTACTS + "." + RawContacts.DELETED + "=0;"); in createViews() 596 + " AND " + Tables.RAW_CONTACTS + "." + RawContacts.DELETED + "=0" + in createViews() 620 + " AND " + Tables.RAW_CONTACTS + "." + RawContacts.DELETED + "=0" + in createViews() 648 + " AND " + Tables.RAW_CONTACTS + "." + RawContacts.DELETED + "=0" + in createViews() 666 + " AND " + Tables.RAW_CONTACTS + "." + RawContacts.DELETED + "=0" + in createViews() [all …]
|
D | AbstractContactsProvider.java | 423 "SELECT _id, count(*) as c FROM " + Tables.RAW_CONTACTS 436 + " FROM " + Tables.RAW_CONTACTS 448 + " FROM " + Tables.DATA + " AS d JOIN " + Tables.RAW_CONTACTS + " AS r"
|
D | DataRowHandlerForGroupMembership.java | 44 String TABLE = Tables.RAW_CONTACTS; 106 if (db.update(Tables.RAW_CONTACTS, rawContactValues, SELECTION_RAW_CONTACT_ID, in updateRawContactsStar()
|
D | SearchIndexManager.java | 312 "(SELECT " + RawContacts.CONTACT_ID + " FROM " + Tables.RAW_CONTACTS + in updateIndexForRawContacts() 328 " FROM " + Tables.RAW_CONTACTS + in updateIndexForRawContacts()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 112 " JOIN " + Tables.RAW_CONTACTS + 312 " FROM " + Tables.RAW_CONTACTS + in AbstractContactAggregator() 321 "UPDATE " + Tables.RAW_CONTACTS + in AbstractContactAggregator() 343 + ")=0 THEN 0 ELSE 1 END) FROM " + Tables.RAW_CONTACTS + " WHERE " in AbstractContactAggregator() 349 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS in AbstractContactAggregator() 352 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS + " WHERE " in AbstractContactAggregator() 358 + Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "=" in AbstractContactAggregator() 364 "UPDATE " + Tables.RAW_CONTACTS + in AbstractContactAggregator() 370 "UPDATE " + Tables.RAW_CONTACTS + in AbstractContactAggregator() 383 "UPDATE " + Tables.RAW_CONTACTS + in AbstractContactAggregator() [all …]
|
D | ContactAggregator2.java | 192 final String sql = "SELECT " + RawContacts._ID + " FROM " + Tables.RAW_CONTACTS + in needAggregate() 402 Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "=? AND " + in canBeReused() 939 + " JOIN " + Tables.RAW_CONTACTS + 941 + Tables.RAW_CONTACTS + "." + RawContacts._ID + ")"; 965 + " JOIN " + Tables.RAW_CONTACTS + 967 + Tables.RAW_CONTACTS + "." + RawContacts._ID + ")"; 993 + " JOIN " + Tables.RAW_CONTACTS + 995 + Tables.RAW_CONTACTS + "." + RawContacts._ID + ")"; 1004 Tables.RAW_CONTACTS + "." + RawContacts._ID, 1023 + " JOIN " + Tables.RAW_CONTACTS [all …]
|
D | ContactAggregator.java | 127 " FROM " + Tables.RAW_CONTACTS + in aggregateContact() 262 Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "=?1)) AS a" + in clearSuperPrimarySetting() 290 " IN (SELECT " + RawContacts._ID + " FROM " + Tables.RAW_CONTACTS + in clearSuperPrimarySetting() 691 + " JOIN " + Tables.RAW_CONTACTS + 693 + Tables.RAW_CONTACTS + "." + RawContacts._ID + ")"; 736 + " JOIN " + Tables.RAW_CONTACTS + 738 + Tables.RAW_CONTACTS + "." + RawContacts._ID + ")";
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperTest.java | 281 final long rawContactId = mDb.insert(Tables.RAW_CONTACTS,null, rawContactValues); in testUpgradeHashId() 319 final long rawContactId = mDb.insert(Tables.RAW_CONTACTS,null, rawContactValues); in testUpgradeHashIdForPhoto() 350 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket() 367 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket() 385 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket() 398 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_NonNullPrimarySortKey() 412 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_NonZeroAltPhonebookBucket() 425 mDb.insert(Tables.RAW_CONTACTS, null, contentValues); in testUpgradeToVersion111_NonNullAltSortKeyToNumber() 436 final Cursor cursor = mDb.query(Tables.RAW_CONTACTS, in assertUpgradeToVersion1111()
|
D | TestUtils.java | 247 db.update(Tables.RAW_CONTACTS, in insertRawContact() 255 + Tables.RAW_CONTACTS + " AS r " in insertRawContact()
|
D | ContactsDatabaseHelperUpgradeTest.java | 582 new TableListEntry(Tables.RAW_CONTACTS, RAW_CONTACTS_COLUMNS),
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
D | ContactsTableUtil.java | 98 + " FROM " + Tables.RAW_CONTACTS in buildUpdateLastUpdateSql() 125 + " from " + Tables.RAW_CONTACTS in deleteContactIfSingleton() 128 + " from " + Tables.RAW_CONTACTS in deleteContactIfSingleton()
|