Searched refs:MonkeySourceNetworkViews (Results 1 – 2 of 2) sorted by relevance
464 COMMAND_MAP.put("listviews", new MonkeySourceNetworkViews.ListViewsCommand());465 COMMAND_MAP.put("queryview", new MonkeySourceNetworkViews.QueryViewCommand());466 COMMAND_MAP.put("getrootview", new MonkeySourceNetworkViews.GetRootViewCommand());468 new MonkeySourceNetworkViews.GetViewsWithTextCommand());536 synchronized(MonkeySourceNetworkViews.class) { in waitForEvent()537 MonkeySourceNetworkViews.class.wait(timeout); in waitForEvent()577 MonkeySourceNetworkViews.setup(); in startServer()591 MonkeySourceNetworkViews.teardown(); in stopServer()
49 public class MonkeySourceNetworkViews { class