Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java199 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field
1544 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()
DContactsProvider2.java394 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2
1026 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")
1306 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument
4490 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java804 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
939 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
1021 String TABLE = Tables.AGGREGATION_EXCEPTIONS
DContactAggregator.java521 String TABLE = Tables.AGGREGATION_EXCEPTIONS
DContactAggregator2.java292 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java664 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),