Searched refs:AGGREGATION_EXCEPTIONS (Results 1 – 6 of 6) sorted by relevance
199 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field1544 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1554 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1560 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1706 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()3810 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()3885 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
394 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider21026 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")1306 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument4490 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()5190 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()5198 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()5293 String TABLE = Tables.AGGREGATION_EXCEPTIONS;7318 case AGGREGATION_EXCEPTIONS: { in queryLocal()7319 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()9734 case AGGREGATION_EXCEPTIONS: in getType()[all …]
804 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()939 String TABLE = Tables.AGGREGATION_EXCEPTIONS;1021 String TABLE = Tables.AGGREGATION_EXCEPTIONS
521 String TABLE = Tables.AGGREGATION_EXCEPTIONS
292 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
664 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),