Searched refs:userIdList (Results 1 – 1 of 1) sorted by relevance
218 List<Integer> userIdList, boolean includeNotPlaying) { in getDefaultMediaButtonSession() argument226 MediaSession.FLAG_HANDLES_MEDIA_BUTTONS, userIdList); in getDefaultMediaButtonSession()251 public MediaSessionRecord getDefaultVolumeSession(List<Integer> userIdList) { in getDefaultVolumeSession() argument258 ArrayList<MediaSessionRecord> records = getPriorityListLocked(true, 0, userIdList); in getDefaultVolumeSession()303 List<Integer> userIdList = new ArrayList<>(); in getPriorityListLocked() local304 userIdList.add(userId); in getPriorityListLocked()305 return getPriorityListLocked(activeOnly, withFlags, userIdList); in getPriorityListLocked()321 List<Integer> userIdList) { in getPriorityListLocked() argument327 boolean filterUser = !userIdList.contains(UserHandle.USER_ALL); in getPriorityListLocked()332 if (filterUser && !userIdList.contains(session.getUserId())) { in getPriorityListLocked()