Home | History | Annotate | Download | only in contacts

Lines Matching refs:RAW_CONTACT_ID

124             + " LEFT OUTER JOIN data name ON (raw_contacts._id = name.raw_contact_id"
127 + " LEFT OUTER JOIN data organization ON (raw_contacts._id = organization.raw_contact_id"
130 + " LEFT OUTER JOIN data email ON (raw_contacts._id = email.raw_contact_id"
133 + " LEFT OUTER JOIN data note ON (raw_contacts._id = note.raw_contact_id"
136 + " LEFT OUTER JOIN data phone ON (raw_contacts._id = phone.raw_contact_id"
142 + " JOIN raw_contacts ON (raw_contacts._id = data.raw_contact_id)"
150 " WHERE people._id = " + PresenceColumns.RAW_CONTACT_ID + ")" +
269 " LEFT OUTER JOIN data legacy_photo ON (raw_contacts._id = legacy_photo.raw_contact_id"
537 "SELECT " + Data.RAW_CONTACT_ID +
608 Data.RAW_CONTACT_ID
865 mValues2.put(Data.RAW_CONTACT_ID, rawContactId);
869 mValues3.put(Data.RAW_CONTACT_ID, rawContactId);
878 ContactsDatabaseHelper.copyLongValue(mValues, Data.RAW_CONTACT_ID,
888 mValues.put(Data.RAW_CONTACT_ID, rawContactId);
903 mValues.put(Data.RAW_CONTACT_ID, rawContactId);
911 mValues.put(Data.RAW_CONTACT_ID, rawContactId);
936 mValues.put(GroupMembership.RAW_CONTACT_ID, rawContactId);
1064 mValues2.put(Data.RAW_CONTACT_ID, rawContactId);
1074 mValues3.put(Data.RAW_CONTACT_ID, rawContactId);
1191 mValues.put(Data.RAW_CONTACT_ID, rawContactId);
1243 + " AND " + Data.RAW_CONTACT_ID + "=" + rawContactId
1246 mValues.put(Data.RAW_CONTACT_ID, rawContactId);
1514 Data.RAW_CONTACT_ID + "=" + rawContactId + " AND "
2013 "SELECT " + NameLookupColumns.RAW_CONTACT_ID +