Searched refs:AGGREGATION_EXCEPTIONS (Results 1 – 6 of 6) sorted by relevance
179 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field1556 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1566 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1572 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1750 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()3700 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()3780 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
354 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider21003 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")1287 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument4120 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()4848 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()4856 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()4981 String TABLE = Tables.AGGREGATION_EXCEPTIONS;6825 case AGGREGATION_EXCEPTIONS: { in queryLocal()6826 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()9207 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()
586 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),