Searched refs:RawContactsColumns (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java191 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
197 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
275 final String RAW_CONTACT_IS_LOCAL = RawContactsColumns.CONCRETE_ACCOUNT_NAME
276 + " IS NULL AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " IS NULL AND "
277 + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL";
295 " WHERE " + RawContactsColumns.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
334 public interface RawContactsColumns { interface in class:ContactsDatabaseHelper
905 RawContactsColumns.AGGREGATION_NEEDED + " INTEGER NOT NULL DEFAULT 1," +
982 // RawContactsColumns.AGGREGATION_NEEDED +
1436 " WHERE " + RawContactsColumns
[all...]
H A DContactAggregator.java27 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
95 + RawContactsColumns.CONCRETE_ID + ")" +
300 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
302 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
328 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
338 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
1002 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,
1004 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,
1205 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"
1246 + " AND " + RawContactsColumns
[all...]
H A DContactsProvider2.java37 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
394 RawContactsColumns.CONCRETE_ID + "=? AND "
396 + "=" + RawContactsColumns.CONCRETE_ACCOUNT_NAME + " AND "
398 + "=" + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " AND ("
400 + "=" + RawContactsColumns.CONCRETE_DATA_SET + " OR "
402 + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL)"
406 RawContactsColumns.CONCRETE_ID + "=? AND "
408 + RawContactsColumns.CONCRETE_ACCOUNT_NAME + " AND "
410 + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " AND ("
412 + RawContactsColumns
[all...]
H A DLegacyContactImporter.java22 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
405 RawContactsColumns.DISPLAY_NAME +
H A DLegacyApiSupport.java26 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
560 Tables.RAW_CONTACTS + "." + RawContactsColumns.DISPLAY_NAME
595 RawContactsColumns.CONCRETE_ID

Completed in 101 milliseconds