Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvActivity.java75 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1; field in RecentsTvActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java75 public final static int EVENT_BUS_PRIORITY = 1; field in Recents
DRecentsActivity.java99 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1; field in RecentsActivity