Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java707 try (CloseOnce session = CloseOnce.of(new ServiceSession(instrumentation)); in testMultiWindowFocusHandleOnDifferentUiThread()
729 final ServiceSession serviceSession = (ServiceSession) session.mAutoCloseable; in testMultiWindowFocusHandleOnDifferentUiThread()
827 try (CloseOnce session = CloseOnce.of(new ServiceSession(instrumentation))) { in testOnCheckIsTextEditorRunOnUIThread()
832 final ServiceSession serviceSession = (ServiceSession) session.mAutoCloseable; in testOnCheckIsTextEditorRunOnUIThread()
1273 private static class ServiceSession implements ServiceConnection, AutoCloseable { class in FocusHandlingTest
1277 ServiceSession(Instrumentation instrumentation) { in ServiceSession() method in FocusHandlingTest.ServiceSession