Lines Matching refs:RawContactsColumns

52 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
109 + RawContactsColumns.CONCRETE_ID + ")" +
313 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
315 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
341 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
351 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
388 ", " + RawContactsColumns.ACCOUNT_ID +
573 * - Set {@link RawContactsColumns#AGGREGATION_NEEDED} For all visible raw_contacts with
583 RawContactsColumns.AGGREGATION_NEEDED + "=1" +
591 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1", null);
633 RawContactsColumns.ACCOUNT_ID
831 " AND " + RawContactsColumns.ACCOUNT_ID +"=?",
1160 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,
1162 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,
1363 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"
1404 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"
1555 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"
1598 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"
1699 + RawContactsColumns.CONCRETE_ID + ","
1700 + RawContactsColumns.DISPLAY_NAME + ","
1701 + RawContactsColumns.DISPLAY_NAME_SOURCE + ","
1718 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
1721 " ON (" + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
1728 " WHERE " + RawContactsColumns.CONCRETE_ID + "=?";
2040 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
2043 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
2156 RawContactsColumns.DISPLAY_NAME,
2157 RawContactsColumns.DISPLAY_NAME_SOURCE,
2254 RawContactsColumns.DISPLAY_NAME,