Searched refs:exceptionValues (Results 1 – 1 of 1) sorted by relevance
4910 ContentValues exceptionValues = new ContentValues(3); in updateAggregationException() local4911 exceptionValues.put(AggregationExceptions.TYPE, exceptionType); in updateAggregationException()4912 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException()4913 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in updateAggregationException()4914 db.replace(Tables.AGGREGATION_EXCEPTIONS, AggregationExceptions._ID, exceptionValues); in updateAggregationException()