Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionHandlerTest.java103 private static final class InputConnectionHandlingThread extends HandlerThread class in InputConnectionHandlerTest
108 InputConnectionHandlingThread() { in InputConnectionHandlingThread() method in InputConnectionHandlerTest.InputConnectionHandlingThread
151 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testCommitText()
229 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testCloseConnectionWithRestartInput()
308 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testCloseConnectionWithLosingViewFocus()
386 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testCloseConnectionWithLosingWindowFocus()
457 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testReportFullscreenMode()
556 try (InputConnectionHandlingThread thread = new InputConnectionHandlingThread(); in testInputConnectionSideEffect()