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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java121 * addition, the EventBus supports sending and handling {@link EventBus.InterprocessEvent}s
143 * <li>Methods must take one parameter, of class type deriving from {@link EventBus.InterprocessEvent}
153 * Interprocess events must extend {@link EventBus.InterprocessEvent}, have a constructor which
173 * -keepclassmembers class ** extends **.EventBus$InterprocessEvent {
320 public static class InterprocessEvent extends Event { class in class:EventBus
327 protected InterprocessEvent(int user) { method in class:EventBus.InterprocessEvent
334 protected InterprocessEvent(Bundle b) { method in class:EventBus.InterprocessEvent
408 private HashMap<String, Class<? extends InterprocessEvent>> mInterprocessEventNameMap = new HashMap<>();
602 /** Prevent post()ing an InterprocessEvent */
604 public void post(InterprocessEvent even
[all...]

Completed in 51 milliseconds