Searched refs:ALL_SESSIONS (Results 1 – 4 of 4) sorted by relevance
19 import static android.app.StatusBarManager.ALL_SESSIONS;52 for (int session : ALL_SESSIONS) { in SessionMonitor()64 for (int sessionType : ALL_SESSIONS) { in registerSessionListener()78 for (int sessionType : ALL_SESSIONS) { in unregisterSessionListener()137 return ALL_SESSIONS.contains(sessionType); in isValidSessionType()
19 import static android.app.StatusBarManager.ALL_SESSIONS;197 for (int session : ALL_SESSIONS) { in dump()
19 import static android.app.StatusBarManager.ALL_SESSIONS;123 for (int sessionType : ALL_SESSIONS) { in testNoSessions()
278 public static final Set<Integer> ALL_SESSIONS = Set.of( field in StatusBarManager