Searched refs:ServiceSession (Results 1 – 1 of 1) sorted by relevance
707 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 FocusHandlingTest1277 ServiceSession(Instrumentation instrumentation) { in ServiceSession() method in FocusHandlingTest.ServiceSession