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