Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java170 mCachedActiveList = getPriorityListLocked(true, 0, userId); in getActiveSessions()
186 mCachedTransportControlList = getPriorityListLocked(true, in getTransportControlSessions()
202 ArrayList<MediaSessionRecord> records = getPriorityListLocked(true, 0, userId); in getDefaultSession()
225 ArrayList<MediaSessionRecord> records = getPriorityListLocked(true, in getDefaultMediaButtonSession()
258 ArrayList<MediaSessionRecord> records = getPriorityListLocked(true, 0, userIdList); in getDefaultVolumeSession()
271 ArrayList<MediaSessionRecord> records = getPriorityListLocked(true, 0, userId); in getDefaultRemoteSession()
288 ArrayList<MediaSessionRecord> sortedSessions = getPriorityListLocked(false, 0, in dump()
301 private ArrayList<MediaSessionRecord> getPriorityListLocked(boolean activeOnly, int withFlags, in getPriorityListLocked() method in MediaSessionStack
305 return getPriorityListLocked(activeOnly, withFlags, userIdList); in getPriorityListLocked()
320 private ArrayList<MediaSessionRecord> getPriorityListLocked(boolean activeOnly, int withFlags, in getPriorityListLocked() method in MediaSessionStack