Home | History | Annotate | Download | only in aggregation

Lines Matching defs:CONTACT_ID

128                                     " WHERE " + RawContacts.CONTACT_ID + "=?" +
230 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
262 Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "=?1)) AS a" +
291 " WHERE " + RawContacts.CONTACT_ID + "=?1)" +
532 "raw_contacts1." + RawContacts.CONTACT_ID,
534 "raw_contacts2." + RawContacts.CONTACT_ID,
649 mSb.append(RawContacts.CONTACT_ID).append(" IN (");
701 + " AND " + RawContacts.CONTACT_ID + " IN " + Tables.DEFAULT_DIRECTORY;
704 RawContacts.CONTACT_ID
707 int CONTACT_ID = 0;
719 mSelectionArgs2, RawContacts.CONTACT_ID, null, null);
722 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID);
742 + " AND " + RawContacts.CONTACT_ID + " IN " + Tables.DEFAULT_DIRECTORY;
745 RawContacts.CONTACT_ID,
751 int CONTACT_ID = 0;
768 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID);
793 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID);
810 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID);
837 + RawContacts.CONTACT_ID + " IN " + Tables.DEFAULT_DIRECTORY;
850 RawContacts.CONTACT_ID,
855 int CONTACT_ID = 0;
871 Long contactId = c.getLong(ContactNameLookupQuery.CONTACT_ID);
905 RawContacts.CONTACT_ID + "=" + contactId, null, null, null, null);