Searched refs:AGGREGATION_EXCEPTIONS (Results 1 – 3 of 3) sorted by relevance
132 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field1215 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1225 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1231 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()1407 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()1994 db.execSQL("DROP TABLE IF EXISTS " + Tables.AGGREGATION_EXCEPTIONS + ";"); in onUpgrade()4155 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()4229 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
319 private static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2943 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")1201 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument3941 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()4557 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()4565 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, in updateAggregationException()6156 case AGGREGATION_EXCEPTIONS: { in queryLocal()6157 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()8013 case AGGREGATION_EXCEPTIONS: in getType()8084 case AGGREGATION_EXCEPTIONS: in getDefaultProjection()
964 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in splitAutomaticallyAggregatedRawContacts()968 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in splitAutomaticallyAggregatedRawContacts()1101 String TABLE = Tables.AGGREGATION_EXCEPTIONS;1147 String TABLE = Tables.AGGREGATION_EXCEPTIONS