Home
last modified time | relevance | path

Searched refs:RAW_CONTACTS (Results 1 – 13 of 13) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java149 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 …]
DContactsProvider2.java226 "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 …]
DLegacyApiSupport.java532 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 …]
DAbstractContactsProvider.java423 "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"
DDataRowHandlerForGroupMembership.java44 String TABLE = Tables.RAW_CONTACTS;
106 if (db.update(Tables.RAW_CONTACTS, rawContactValues, SELECTION_RAW_CONTACT_ID, in updateRawContactsStar()
DSearchIndexManager.java312 "(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/
DAbstractContactAggregator.java112 " 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 …]
DContactAggregator2.java192 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 …]
DContactAggregator.java127 " 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/
DContactsDatabaseHelperTest.java281 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()
DTestUtils.java247 db.update(Tables.RAW_CONTACTS, in insertRawContact()
255 + Tables.RAW_CONTACTS + " AS r " in insertRawContact()
DContactsDatabaseHelperUpgradeTest.java582 new TableListEntry(Tables.RAW_CONTACTS, RAW_CONTACTS_COLUMNS),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DContactsTableUtil.java98 + " FROM " + Tables.RAW_CONTACTS in buildUpdateLastUpdateSql()
125 + " from " + Tables.RAW_CONTACTS in deleteContactIfSingleton()
128 + " from " + Tables.RAW_CONTACTS in deleteContactIfSingleton()