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