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.java243 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
249 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
260 + AccountsColumns.CONCRETE_ID
270 + ContactsColumns.CONCRETE_ID
273 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
275 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
292 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
316 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
379 final String GROUP_BY_ACCOUNT_CONTACT_ID = AccountsColumns.CONCRETE_ID + ","
401 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
[all …]
DDataRowHandlerForGroupMembership.java61 + "=" + GroupsColumns.CONCRETE_ID
195 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
DLegacyApiSupport.java121 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
252 + " AND " + DataColumns.CONCRETE_ID + " = legacy_photo." + LegacyPhotoData.PHOTO_DATA_ID
368 " ON(" + StatusUpdatesColumns.DATA_ID + "=" + DataColumns.CONCRETE_ID + ")" + in sPeopleProjectionMap.put()
571 RawContactsColumns.CONCRETE_ID in createViews()
579 DataColumns.CONCRETE_ID in createViews()
603 DataColumns.CONCRETE_ID in createViews()
628 DataColumns.CONCRETE_ID in createViews()
655 DataColumns.CONCRETE_ID in createViews()
673 GroupsColumns.CONCRETE_ID + " AS " + android.provider.Contacts.Groups._ID + ", " + in createViews()
681 GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")" + in createViews()
[all …]
DGlobalSearchSupport.java69 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")";
220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null, in handleSearchShortcutRefresh()
DContactsProvider2.java490 RawContactsColumns.CONCRETE_ID + "=? AND "
495 RawContactsColumns.CONCRETE_ID + "=? AND "
514 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
519 RawContactsColumns.CONCRETE_ID,
523 DataColumns.CONCRETE_ID,
524 ContactsColumns.CONCRETE_ID
560 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
1018 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
1073 .add(StatusUpdates.DATA_ID, DataColumns.CONCRETE_ID)
1115 .add(StreamItemPhotos._ID, StreamItemPhotosColumns.CONCRETE_ID)
[all …]
DSearchIndexManager.java318 " WHERE " + RawContactsColumns.CONCRETE_ID + " IN ("); in updateIndexForRawContacts()
362 mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.CONCRETE_ID); in buildAndInsertIndex()
DPhotoStore.java278 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?", in removeEntry()
DDataRowHandler.java52 DataColumns.CONCRETE_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java106 "(SELECT " + DataColumns.CONCRETE_ID +
110 + DataColumns.CONCRETE_ID + ")" +
113 + RawContactsColumns.CONCRETE_ID + ")" +
118 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
341 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator()
347 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator()
350 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator()
356 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
1255 " AND d." + Data.RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID +
1260 + RawContactsColumns.CONCRETE_ID + ","
[all …]
DContactAggregator2.java399 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " + in canBeReused()
963 RawContactsColumns.CONCRETE_ID, RawContacts.CONTACT_ID,