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.java242 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
248 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
259 + AccountsColumns.CONCRETE_ID
269 + ContactsColumns.CONCRETE_ID
272 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
274 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
291 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
315 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
378 final String GROUP_BY_ACCOUNT_CONTACT_ID = AccountsColumns.CONCRETE_ID + ","
400 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
[all …]
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 …]
DDataRowHandlerForGroupMembership.java61 + "=" + GroupsColumns.CONCRETE_ID
195 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()
DContactsProvider2.java499 RawContactsColumns.CONCRETE_ID + "=? AND "
504 RawContactsColumns.CONCRETE_ID + "=? AND "
523 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
528 RawContactsColumns.CONCRETE_ID,
532 DataColumns.CONCRETE_ID,
533 ContactsColumns.CONCRETE_ID
569 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
1027 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
1082 .add(StatusUpdates.DATA_ID, DataColumns.CONCRETE_ID)
1124 .add(StreamItemPhotos._ID, StreamItemPhotosColumns.CONCRETE_ID)
[all …]
DSearchIndexManager.java374 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN ("); in updateIndexForRawContacts()
418 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.java51 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.java409 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " + in canBeReused()
973 RawContactsColumns.CONCRETE_ID, RawContacts.CONTACT_ID,