Searched refs:AGGREGATION_EXCEPTIONS (Results 1 – 6 of 6) sorted by relevance
179 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field1533 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1543 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1549 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1704 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()3633 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()3710 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
362 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2994 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")1278 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument4249 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()4936 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()4944 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()5039 String TABLE = Tables.AGGREGATION_EXCEPTIONS;6872 case AGGREGATION_EXCEPTIONS: { in queryLocal()6873 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()9253 case AGGREGATION_EXCEPTIONS: in getType()[all …]
808 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()943 String TABLE = Tables.AGGREGATION_EXCEPTIONS;1025 String TABLE = Tables.AGGREGATION_EXCEPTIONS
523 String TABLE = Tables.AGGREGATION_EXCEPTIONS
294 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
569 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),