Home
last modified time | relevance | path

Searched refs:AGGREGATION_EXCEPTIONS (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java135 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field
1430 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1440 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1446 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1628 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()
2220 db.execSQL("DROP TABLE IF EXISTS " + Tables.AGGREGATION_EXCEPTIONS + ";"); in onUpgrade()
4419 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()
4492 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
DContactsProvider2.java345 private static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2
985 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")
1245 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument
3996 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()
4637 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()
4645 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()
6290 case AGGREGATION_EXCEPTIONS: { in queryLocal()
6291 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()
8334 case AGGREGATION_EXCEPTIONS: in getType()
8406 case AGGREGATION_EXCEPTIONS: in getDefaultProjection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1086 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
1389 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
1435 String TABLE = Tables.AGGREGATION_EXCEPTIONS