Searched refs:expectThrown (Results 1 – 4 of 4) sorted by relevance
85 private void doFlush(Flushable flushable, boolean swallowException, boolean expectThrown) in doFlush() argument89 if (expectThrown) { in doFlush()93 if (!expectThrown) { in doFlush()
109 private void doClose(Closeable closeable, boolean swallowException, boolean expectThrown) in doClose() argument113 if (expectThrown) { in doClose()117 if (!expectThrown) { in doClose()