Searched defs:Test (Results 1 – 5 of 5) sorted by relevance
19 public class Test { class23 public Test(String name) { in Test() method in Test
19 public class Test implements Comparable<Test> { class23 public Test(String name, int timeout) { in Test() method in Test
38 private class Test { class in TestAdapter42 protected Test(int instructions) { in Test() method in TestAdapter.Test
32 class Test extends AbstractXmlPullParser { class72 public Test() { in Test() method in Test80 public Test(String name) { in Test() method in Test
62 private enum Test {ADD_IDLE_HANDLER, REMOVE_IDLE_HANDLER}; enum in MessageQueueTest