Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4641 ContentValues exceptionValues = new ContentValues(3); in updateAggregationException() local
4642 exceptionValues.put(AggregationExceptions.TYPE, exceptionType); in updateAggregationException()
4643 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException()
4644 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in updateAggregationException()
4645 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()