Searched refs:Empty (Results 1 – 4 of 4) sorted by relevance
18 public class Empty { class
20 public class Empty extends Activity { class
27 from queue import Queue, Empty82 except Empty:
177 private static class Empty extends IEmpty.Stub { class in JavaClientTest179 public int getInterfaceVersion() { return Empty.VERSION; } in getInterfaceVersion()182 public String getInterfaceHash() { return Empty.HASH; } in getInterfaceHash()187 IEmpty empty = new Empty(); in testRepeatInterface()