HomeSort by relevance Sort by last modified time
    Searched refs:CONCRETE_ID (Results 1 - 9 of 9) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 182 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
189 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
210 + AccountsColumns.CONCRETE_ID
225 + ContactsColumns.CONCRETE_ID
228 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
230 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
247 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
271 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
342 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
358 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))"
    [all...]
DataRowHandlerForGroupMembership.java 61 + "=" + GroupsColumns.CONCRETE_ID
195 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
GlobalSearchSupport.java 69 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")";
220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null,
LegacyApiSupport.java 123 + 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 + ")" +
598 RawContactsColumns.CONCRETE_ID
    [all...]
SearchIndexManager.java 313 " WHERE " + RawContactsColumns.CONCRETE_ID + " IN (");
357 mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.CONCRETE_ID);
PhotoStore.java 277 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?",
ContactsProvider2.java 436 RawContactsColumns.CONCRETE_ID + "=? AND "
441 RawContactsColumns.CONCRETE_ID + "=? AND "
460 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
465 RawContactsColumns.CONCRETE_ID,
469 DataColumns.CONCRETE_ID,
470 ContactsColumns.CONCRETE_ID
506 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
    [all...]
DataRowHandler.java 45 DataColumns.CONCRETE_ID,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 111 "(SELECT " + DataColumns.CONCRETE_ID +
115 + DataColumns.CONCRETE_ID + ")" +
118 + RawContactsColumns.CONCRETE_ID + ")" +
123 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
352 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
358 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">"
    [all...]

Completed in 3259 milliseconds