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.java132 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions"; field
1215 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()
DContactsProvider2.java319 private static final int AGGREGATION_EXCEPTIONS = 6000; field in ContactsProvider2
943 .add(AggregationExceptionColumns._ID, Tables.AGGREGATION_EXCEPTIONS + "._id")
1201 AGGREGATION_EXCEPTIONS); in matcher.addURI() argument
3941 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java964 " 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