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