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.java179 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field
1556 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()
DContactsProvider2.java354 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2
1003 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")
1287 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument
4120 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java808 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
943 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
1025 String TABLE = Tables.AGGREGATION_EXCEPTIONS
DContactAggregator.java523 String TABLE = Tables.AGGREGATION_EXCEPTIONS
DContactAggregator2.java294 " FROM " + Tables.AGGREGATION_EXCEPTIONS + in buildExceptionMatchingSql()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java586 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),