Home | History | Annotate | Download | only in contacts

Lines Matching defs:DATA_SET

510                 RawContacts.DATA_SET,
582 public final static int DATA_SET = 17;
661 Groups.DATA_SET,
671 public final static int DATA_SET = 2;
829 values.getAsString(RawContacts.DATA_SET));
887 cursorColumnToContentValues(cursor, cv, ContactQuery.DATA_SET);
1010 String dataSet = values.getAsString(RawContacts.DATA_SET);
1021 selection.append(" AND " + Groups.DATA_SET + "=?");
1024 selection.append(" AND " + Groups.DATA_SET + " IS NULL");
1036 final String dataSet = cursor.getString(GroupQuery.DATA_SET);
1180 DATA_SET);