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