Searched refs:getSessions (Results 1 – 4 of 4) sorted by relevance
35 List<IBinder> getSessions(in ComponentName compName, int userId); in getSessions() method
138 List<IBinder> binders = mService.getSessions(notificationListener, userId); in getActiveSessionsForUser()
121 .getSessions(null, ActivityManager.getCurrentUser()); in runMonitor()302 .getSessions(null, ActivityManager.getCurrentUser()); in runListSessions()
846 public List<IBinder> getSessions(ComponentName componentName, int userId) { in getSessions() method in MediaSessionService.SessionManagerImpl