Searched refs:currentSystemSessionInfo (Results 1 – 3 of 3) sorted by relevance
30 in RoutingSessionInfo currentSystemSessionInfo); in notifyRouterRegistered() argument
634 RoutingSessionInfo currentSystemSessionInfo = mImpl.getSystemSessionInfo(); in MediaRouter2() local635 if (currentSystemSessionInfo == null) { in MediaRouter2()639 mSystemController = new SystemRoutingController(currentSystemSessionInfo); in MediaRouter2()1197 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler() argument1198 if (currentRoutes == null || currentRoutes.isEmpty() || currentSystemSessionInfo == null) { in syncRoutesOnHandler()1200 + ", currentSystemSessionInfo=" + currentSystemSessionInfo); in syncRoutesOnHandler()1208 currentSystemSessionInfo, mContext.getPackageName())); in syncRoutesOnHandler()1209 if (!oldInfo.equals(currentSystemSessionInfo)) { in syncRoutesOnHandler()2537 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered() argument2543 currentSystemSessionInfo)); in notifyRouterRegistered()[all …]
2463 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRegistered() argument2466 getVisibleRoutes(currentRoutes), currentSystemSessionInfo); in notifyRegistered() local3657 RoutingSessionInfo currentSystemSessionInfo; in notifyRouterRegistered() local3665 currentSystemSessionInfo = getSystemProvider().getSessionInfos().get(0); in notifyRouterRegistered()3668 currentSystemSessionInfo = getSystemProvider().getDefaultSessionInfo(); in notifyRouterRegistered()3672 routerRecord.notifyRegistered(currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()