Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java251 + AccountsColumns.CONCRETE_ID
266 + ContactsColumns.CONCRETE_ID
447 public static final String CONCRETE_ID = field
692 String CONCRETE_ID = Tables.PHOTO_FILES + "." + BaseColumns._ID; field
699 String CONCRETE_ID = Tables.ACCOUNTS + "." + BaseColumns._ID; field
1969 + DataColumns.CONCRETE_ID + " AS " + Data._ID + "," in createContactsViews()
2000 + "' AND " + GroupsColumns.CONCRETE_ID + "=" in createContactsViews()
2102 + "' AND " + GroupsColumns.CONCRETE_ID + "=" in createContactsViews()
2144 + "' AND " + GroupsColumns.CONCRETE_ID + "=" in createContactsViews()
2167 StreamItemsColumns.CONCRETE_ID + ", " + in createContactsViews()
[all …]
H A DDataRowHandlerForGroupMembership.java61 + "=" + GroupsColumns.CONCRETE_ID
195 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
H A 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()
679 GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")" + in createViews()
684 DataColumns.CONCRETE_ID in createViews()
[all …]
H A DGlobalSearchSupport.java69 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")";
220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null, in handleSearchShortcutRefresh()
H A DContactsProvider2.java459 RawContactsColumns.CONCRETE_ID + "=? AND "
464 RawContactsColumns.CONCRETE_ID + "=? AND "
488 RawContactsColumns.CONCRETE_ID,
492 DataColumns.CONCRETE_ID,
493 ContactsColumns.CONCRETE_ID
1945 StreamItemPhotosColumns.CONCRETE_ID, in cleanupPhotoStore()
3971 RawContactsColumns.CONCRETE_ID + "=? AND " + in rawContactIsLocal()
6834 groupBy = GroupsColumns.CONCRETE_ID; in queryLocal()
8058 sb.append(" ON " + DataColumns.CONCRETE_ID); in appendSearchIndexJoin()
8258 + PhotoFilesColumns.CONCRETE_ID in setTablesAndProjectionMapForStreamItemPhotos()
[all …]
H A DSearchIndexManager.java318 " WHERE " + RawContactsColumns.CONCRETE_ID + " IN ("); in updateIndexForRawContacts()
362 mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.CONCRETE_ID); in buildAndInsertIndex()
H A DPhotoStore.java278 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?", in removeEntry()
H A DDataRowHandler.java48 DataColumns.CONCRETE_ID,
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java107 "(SELECT " + DataColumns.CONCRETE_ID +
111 + DataColumns.CONCRETE_ID + ")" +
114 + RawContactsColumns.CONCRETE_ID + ")" +
119 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
345 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator()
354 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator()
360 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
1269 + RawContactsColumns.CONCRETE_ID + ","
1282 + DataColumns.CONCRETE_ID + ","
1299 " WHERE " + RawContactsColumns.CONCRETE_ID + "=?";
[all …]
H A DContactAggregator2.java401 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " + in canBeReused()
965 RawContactsColumns.CONCRETE_ID, RawContacts.CONTACT_ID,