Home
last modified time | relevance | path

Searched refs:ErrorSwallowingHandlerThread (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionHandlerTest.java650 private static final class ErrorSwallowingHandlerThread implements AutoCloseable { class in InputConnectionHandlerTest
660 static ErrorSwallowingHandlerThread create() { in create()
685 return new ErrorSwallowingHandlerThread(handler); in create()
688 private ErrorSwallowingHandlerThread(@NonNull Handler handler) { in ErrorSwallowingHandlerThread() method in InputConnectionHandlerTest.ErrorSwallowingHandlerThread
724 try (ErrorSwallowingHandlerThread handlerThread = ErrorSwallowingHandlerThread.create(); in testExceptionFromGetSurroundingText()