Home | History | Annotate | Download | only in contacts

Lines Matching refs:AUTO_ADD

1169                 Groups.AUTO_ADD + " INTEGER NOT NULL DEFAULT 0," +
1444 // Update DEFAULT_FILTER table per AUTO_ADD column update.
1461 " AND " + Groups.AUTO_ADD + " != 0" + ");");
1478 " AND " + Groups.AUTO_ADD + " != 0" + ");");
1482 + " AFTER UPDATE OF " + Groups.AUTO_ADD + " ON " + Tables.GROUPS
1882 + Groups.AUTO_ADD + ","
2955 + " ADD " + Groups.AUTO_ADD + " INTEGER NOT NULL DEFAULT 0;");
3332 * group with AUTO_ADD (implying it is the default group) flag in the groups table.
3354 " AND groups.auto_add != 0)");
3370 " AND groups.auto_add != 0)");
4303 // does not have any AUTO_ADD groups.
4322 " AND " + Groups.AUTO_ADD + " != 0" +