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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 187 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
194 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
215 + AccountsColumns.CONCRETE_ID
230 + ContactsColumns.CONCRETE_ID
233 + " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.CONCRETE_ID
235 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
252 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
276 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
357 final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.CONCRETE_ID + ")=0";
373 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))"
    [all...]
DataRowHandlerForGroupMembership.java 60 + "=" + GroupsColumns.CONCRETE_ID
194 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 479 RawContactsColumns.CONCRETE_ID + "=? AND "
484 RawContactsColumns.CONCRETE_ID + "=? AND "
503 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
508 RawContactsColumns.CONCRETE_ID,
512 DataColumns.CONCRETE_ID,
513 ContactsColumns.CONCRETE_ID
549 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
576 + "(SELECT " + MetadataSyncColumns.CONCRETE_ID
579 + RawContactsColumns.CONCRETE_ID + " IN (";
    [all...]
DataRowHandler.java 48 DataColumns.CONCRETE_ID,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 106 "(SELECT " + DataColumns.CONCRETE_ID +
110 + DataColumns.CONCRETE_ID + ")" +
113 + RawContactsColumns.CONCRETE_ID + ")" +
118 " WHERE " + ContactsColumns.CONCRETE_ID + "=?";
343 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
349 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
352 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID
358 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">"
    [all...]
ContactAggregator2.java 401 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " +
    [all...]

Completed in 75 milliseconds