Searched defs:Stub (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DEventHandler.java28 return new Stub<T>(reply);
31 public static final class Stub<T> implements EventHandler<T> { class in interface:EventHandler
35 private Stub(boolean reply) { method in class:EventHandler.Stub

Completed in 67 milliseconds