Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java180 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
187 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
208 + AccountsColumns.CONCRETE_ID
223 + ContactsColumns.CONCRETE_ID
226 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
228 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
245 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
269 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
321 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
337 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
[all …]
DContactsProvider2.java410 RawContactsColumns.CONCRETE_ID + "=? AND "
415 RawContactsColumns.CONCRETE_ID + "=? AND "
434 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
439 RawContactsColumns.CONCRETE_ID,
443 DataColumns.CONCRETE_ID,
444 ContactsColumns.CONCRETE_ID
480 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
935 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
995 .add(StatusUpdates.DATA_ID, DataColumns.CONCRETE_ID)
1037 .add(StreamItemPhotos._ID, StreamItemPhotosColumns.CONCRETE_ID)
[all …]
DLegacyApiSupport.java123 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
272 + " AND " + DataColumns.CONCRETE_ID + " = legacy_photo." + LegacyPhotoData.PHOTO_DATA_ID
397 " ON(" + StatusUpdatesColumns.DATA_ID + "=" + DataColumns.CONCRETE_ID + ")" + in sPeopleProjectionMap.put()
598 RawContactsColumns.CONCRETE_ID in createViews()
606 DataColumns.CONCRETE_ID in createViews()
630 DataColumns.CONCRETE_ID in createViews()
655 DataColumns.CONCRETE_ID in createViews()
682 DataColumns.CONCRETE_ID in createViews()
700 GroupsColumns.CONCRETE_ID + " AS " + android.provider.Contacts.Groups._ID + ", " + in createViews()
708 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()
DSearchIndexManager.java305 sb.append(RawContactsColumns.CONCRETE_ID + " IN ("); in updateIndexForRawContacts()
351 mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.CONCRETE_ID); in buildAndInsertIndex()
DPhotoStore.java273 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?", in removeEntry()
DDataRowHandler.java45 DataColumns.CONCRETE_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java105 "(SELECT " + DataColumns.CONCRETE_ID +
109 + DataColumns.CONCRETE_ID + ")" +
112 + RawContactsColumns.CONCRETE_ID + ")" +
117 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
333 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in ContactAggregator()
1696 + RawContactsColumns.CONCRETE_ID + ","
1709 + DataColumns.CONCRETE_ID + ","
1715 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
1718 " ON (" + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
1725 " WHERE " + RawContactsColumns.CONCRETE_ID + "=?";
[all …]