Home
last modified time | relevance | path

Searched defs:EVENT_BUS_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java92 public final static int EVENT_BUS_PRIORITY = 1; field in Recents
DRecentsActivity.java112 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1; field in RecentsActivity