Searched refs:mSessionPriorityList (Results 1 – 1 of 1) sorted by relevance
568 private final SessionPriorityList mSessionPriorityList = new SessionPriorityList(); field in MediaCommunicationService.FullUserRecord575 mSessionPriorityList.addSession(record); in addSession()581 mSessionPriorityList.removeSession(record); in removeSession()591 return mSessionPriorityList.getAllTokens(); in getAllSession2Tokens()595 return mSessionPriorityList.getTokensByUserId(userId); in getSession2Tokens()599 mSessionPriorityList.destroyAllSessions(); in destroyAllSessions()604 if (mSessionPriorityList.destroySessionsByUserId(userId)) { in destroySessionsForUser()610 return mSessionPriorityList.contains(session); in containsSession()614 mSessionPriorityList.onPlaybackStateChanged(session, promotePriority); in onPlaybackStateChanged()