Searched refs:MonkeySourceNetworkViews (Results 1 – 2 of 2) sorted by relevance
466 COMMAND_MAP.put("listviews", new MonkeySourceNetworkViews.ListViewsCommand());467 COMMAND_MAP.put("queryview", new MonkeySourceNetworkViews.QueryViewCommand());468 COMMAND_MAP.put("getrootview", new MonkeySourceNetworkViews.GetRootViewCommand());470 new MonkeySourceNetworkViews.GetViewsWithTextCommand());538 synchronized(MonkeySourceNetworkViews.class) { in waitForEvent()539 MonkeySourceNetworkViews.class.wait(timeout); in waitForEvent()579 MonkeySourceNetworkViews.setup(); in startServer()593 MonkeySourceNetworkViews.teardown(); in stopServer()
50 public class MonkeySourceNetworkViews { class