Home
last modified time | relevance | path

Searched refs:CONCRETE_ID (Results 1 – 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java203 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
210 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
231 + AccountsColumns.CONCRETE_ID
246 + ContactsColumns.CONCRETE_ID
249 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
251 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
268 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
292 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
379 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
395 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
[all …]
DLegacyApiSupport.java119 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
250 + " AND " + DataColumns.CONCRETE_ID + " = legacy_photo." + LegacyPhotoData.PHOTO_DATA_ID
366 " ON(" + StatusUpdatesColumns.DATA_ID + "=" + DataColumns.CONCRETE_ID + ")" + in sPeopleProjectionMap.put()
569 RawContactsColumns.CONCRETE_ID in createViews()
577 DataColumns.CONCRETE_ID in createViews()
601 DataColumns.CONCRETE_ID in createViews()
626 DataColumns.CONCRETE_ID in createViews()
653 DataColumns.CONCRETE_ID in createViews()
671 GroupsColumns.CONCRETE_ID + " AS " + android.provider.Contacts.Groups._ID + ", " + in createViews()
679 GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")" + in createViews()
[all …]
DContactsProvider2.java477 RawContactsColumns.CONCRETE_ID + "=? AND "
482 RawContactsColumns.CONCRETE_ID + "=? AND "
501 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
506 RawContactsColumns.CONCRETE_ID,
510 DataColumns.CONCRETE_ID,
511 ContactsColumns.CONCRETE_ID
547 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
574 + "(SELECT " + MetadataSyncColumns.CONCRETE_ID
577 + RawContactsColumns.CONCRETE_ID + " IN (";
1053 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
[all …]
DDataRowHandlerForGroupMembership.java60 + "=" + GroupsColumns.CONCRETE_ID
194 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
DGlobalSearchSupport.java69 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")";
220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null, in handleSearchShortcutRefresh()
DSearchIndexManager.java313 " WHERE " + RawContactsColumns.CONCRETE_ID + " IN ("); in updateIndexForRawContacts()
357 mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.CONCRETE_ID); in buildAndInsertIndex()
DPhotoStore.java277 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?", in removeEntry()
DDataRowHandler.java48 DataColumns.CONCRETE_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java107 "(SELECT " + DataColumns.CONCRETE_ID +
111 + DataColumns.CONCRETE_ID + ")" +
114 + RawContactsColumns.CONCRETE_ID + ")" +
119 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
344 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator()
350 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator()
353 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator()
359 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
1257 " AND d." + Data.RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID +
1262 + RawContactsColumns.CONCRETE_ID + ","
[all …]
DContactAggregator2.java401 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " + in canBeReused()
951 RawContactsColumns.CONCRETE_ID, RawContacts.CONTACT_ID,