Searched refs:autoAdd (Results 1 – 2 of 2) sorted by relevance
302 public final int autoAdd; field in GroupUtil.GroupsProjection315 autoAdd = cursor.getColumnIndex(Groups.AUTO_ADD); in GroupsProjection()330 autoAdd = list.indexOf(Groups.AUTO_ADD); in GroupsProjection()
229 int visible, boolean autoAdd, boolean favorite) { in createGroup() argument234 values.put(Groups.AUTO_ADD, autoAdd ? 1 : 0); in createGroup()