HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_BUS_PRIORITY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 92 public final static int EVENT_BUS_PRIORITY = 1;
223 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY);
224 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY);
225 EventBus.getDefault().register(sTaskLoader, EVENT_BUS_PRIORITY);
    [all...]
RecentsActivity.java 112 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1;
317 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY);
579 EventBus.getDefault().register(mScrimViews, EVENT_BUS_PRIORITY);
    [all...]

Completed in 150 milliseconds