Searched refs:CONCRETE_DATA_SET (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java277 + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL";
341 public static final String CONCRETE_DATA_SET = field in interface:ContactsDatabaseHelper.RawContactsColumns
439 public static final String CONCRETE_DATA_SET = Tables.GROUPS + "." + Groups.DATA_SET; field in interface:ContactsDatabaseHelper.GroupsColumns
510 public static final String CONCRETE_DATA_SET = Tables.SETTINGS + "." field in interface:ContactsDatabaseHelper.SettingsColumns
1542 + RawContactsColumns.CONCRETE_DATA_SET + " AS " + RawContacts.DATA_SET + ","
1543 + "(CASE WHEN " + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL THEN "
1546 + RawContactsColumns.CONCRETE_DATA_SET + " END) AS "
1776 RawContactsColumns.CONCRETE_DATA_SET + ", " +
4024 " AND (" + RawContactsColumns.CONCRETE_DATA_SET + " = "
4025 + GroupsColumns.CONCRETE_DATA_SET
[all...]
H A DContactsProvider2.java399 + GroupsColumns.CONCRETE_DATA_SET
400 + "=" + RawContactsColumns.CONCRETE_DATA_SET + " OR "
401 + GroupsColumns.CONCRETE_DATA_SET + " IS NULL AND "
402 + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL)"
411 + GroupsColumns.CONCRETE_DATA_SET + "="
412 + RawContactsColumns.CONCRETE_DATA_SET + " OR "
413 + GroupsColumns.CONCRETE_DATA_SET + " IS NULL AND "
414 + RawContactsColumns.CONCRETE_DATA_SET + " IS NULL)"
437 RawContactsColumns.CONCRETE_DATA_SET,
948 + " AND ((" + GroupsColumns.CONCRETE_DATA_SET
[all...]

Completed in 15 milliseconds