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
1533 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1543 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1549 Tables.AGGREGATION_EXCEPTIONS + " (" + in onCreate()
1704 + " DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS in createContactsTriggers()
3633 updateIndexStats(db, Tables.AGGREGATION_EXCEPTIONS, in updateSqliteStats()
3710 db.execSQL("DELETE FROM " + Tables.AGGREGATION_EXCEPTIONS + ";"); in wipeData()
DContactsProvider2.java362 public static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2
994 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")
1278 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument
4249 case AGGREGATION_EXCEPTIONS: { in updateInTransaction()
4936 db.delete(Tables.AGGREGATION_EXCEPTIONS, in updateAggregationException()
4944 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()
5039 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
6872 case AGGREGATION_EXCEPTIONS: { in queryLocal()
6873 qb.setTables(Tables.AGGREGATION_EXCEPTIONS); in queryLocal()
9253 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.java569 new TableListEntry(Tables.AGGREGATION_EXCEPTIONS, AGGREGATION_EXCEPTIONS_COLUMNS),