Searched refs:SQL_DELETE_FROM_COLORS (Results 1 – 1 of 1) sorted by relevance
263 private static final String SQL_DELETE_FROM_COLORS = "DELETE FROM " + Tables.COLORS + " WHERE " field in CalendarProvider25304 mDb.execSQL(SQL_DELETE_FROM_COLORS, params); in removeStaleAccounts()