Searched defs:exceptionType (Results 1 – 3 of 3) sorted by relevance
65 public MessagingException(int exceptionType) { in MessagingException()74 public MessagingException(int exceptionType, String message) { in MessagingException()
657 protected void setAggregationException(long rawContactId, int exceptionType) { in setAggregationException()
3193 int exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local