Searched refs:ErrorSwallowingHandlerThread (Results 1 – 1 of 1) sorted by relevance
650 private static final class ErrorSwallowingHandlerThread implements AutoCloseable { class in InputConnectionHandlerTest660 static ErrorSwallowingHandlerThread create() { in create()685 return new ErrorSwallowingHandlerThread(handler); in create()688 private ErrorSwallowingHandlerThread(@NonNull Handler handler) { in ErrorSwallowingHandlerThread() method in InputConnectionHandlerTest.ErrorSwallowingHandlerThread724 try (ErrorSwallowingHandlerThread handlerThread = ErrorSwallowingHandlerThread.create(); in testExceptionFromGetSurroundingText()