Searched refs:InterprocessEvent (Results 1 – 2 of 2) sorted by relevance
320 public static class InterprocessEvent extends Event { class in EventBus327 protected InterprocessEvent(int user) { in InterprocessEvent() method in EventBus.InterprocessEvent334 protected InterprocessEvent(Bundle b) { in InterprocessEvent() method in EventBus.InterprocessEvent408 …private HashMap<String, Class<? extends InterprocessEvent>> mInterprocessEventNameMap = new HashMa…604 public void post(InterprocessEvent event) { in post()610 public void send(InterprocessEvent event) { in send()617 public void postInterprocess(Context context, final InterprocessEvent event) { in postInterprocess()641 … Class<? extends InterprocessEvent> eventType = mInterprocessEventNameMap.get(intent.getAction()); in onReceive()643 Constructor<? extends InterprocessEvent> ctor = eventType.getConstructor(Bundle.class); in onReceive()780 (Class<? extends InterprocessEvent>) eventType); in registerSubscriber()[all …]
24 -keepclassmembers class ** extends **.EventBus$InterprocessEvent {