Searched refs:EVENT_BUS_PRIORITY (Results 1 – 4 of 4) sorted by relevance
92 public final static int EVENT_BUS_PRIORITY = 1; field in Recents223 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY); in start()224 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()225 EventBus.getDefault().register(sTaskLoader, EVENT_BUS_PRIORITY); in start()
112 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1; field in RecentsActivity317 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY); in onCreate()579 EventBus.getDefault().register(mScrimViews, EVENT_BUS_PRIORITY); in onAttachedToWindow()
703 EventBus.getDefault().register(this, RecentsActivity.EVENT_BUS_PRIORITY + 1); in onLongClick()
298 EventBus.getDefault().register(this, RecentsActivity.EVENT_BUS_PRIORITY + 1); in onAttachedToWindow()