Searched refs:mTerminalExceptionChecker (Results 1 – 1 of 1) sorted by relevance
70 private Function<Throwable, Boolean> mTerminalExceptionChecker; field in Poll225 if (mTerminalExceptionChecker != null && mTerminalExceptionChecker.apply(e)) { in await()295 mTerminalExceptionChecker = terminalChecker; in terminalException()