Searched refs:exceptionUri (Results 1 – 1 of 1) sorted by relevance
613 Uri exceptionUri = Uri.withAppendedPath(Events.CONTENT_EXCEPTION_URI, in createExceptionResponse() local615 ops.add(ContentProviderOperation.newInsert(exceptionUri).withValues(values).build()); in createExceptionResponse()