Searched refs:WindowFocusHandleService (Results 1 – 2 of 2) sorted by relevance
59 public class WindowFocusHandleService extends Service { class60 private @Nullable static WindowFocusHandleService sInstance = null;62 private static final String TAG = WindowFocusHandleService.class.getSimpleName();78 public @Nullable static WindowFocusHandleService getInstance() { in getInstance()
86 import android.view.inputmethod.cts.util.WindowFocusHandleService;1286 Intent service = new Intent(mContext, WindowFocusHandleService.class); in ServiceSession()1291 TestUtils.waitOnMainUntil(() -> WindowFocusHandleService.getInstance() != null, in ServiceSession()1304 WindowFocusHandleService getService() { in getService()1305 return WindowFocusHandleService.getInstance(); in getService()