Home
last modified time | relevance | path

Searched refs:getCombinedSessionFlags (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java1129 int flags = getCombinedSessionFlags(mSessions); in handleMessage()
1400 private int getCombinedSessionFlags(List<ApplicationsState.Session> sessions) { in getCombinedSessionFlags() method in ApplicationsState.BackgroundHandler