Searched refs:currentRoutes (Results 1 – 3 of 3) sorted by relevance
774 void syncRoutesOnHandler(List<MediaRoute2Info> currentRoutes, in syncRoutesOnHandler() argument776 if (currentRoutes == null || currentRoutes.isEmpty() || currentSystemSessionInfo == null) { in syncRoutesOnHandler()777 Log.e(TAG, "syncRoutesOnHandler: Received wrong data. currentRoutes=" + currentRoutes in syncRoutesOnHandler()787 List<String> currentRoutesIds = currentRoutes.stream().map(MediaRoute2Info::getId) in syncRoutesOnHandler()800 for (MediaRoute2Info route : currentRoutes) { in syncRoutesOnHandler()818 for (MediaRoute2Info route : currentRoutes) { in syncRoutesOnHandler()1862 public void notifyRouterRegistered(List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered() argument1865 MediaRouter2.this, currentRoutes, currentSystemSessionInfo)); in notifyRouterRegistered()
27 void notifyRouterRegistered(in List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered() argument
1429 final Collection<MediaRoute2Info> currentRoutes = currentInfo.getRoutes(); in onProviderStateChangedOnHandler() local1431 for (MediaRoute2Info route : currentRoutes) { in onProviderStateChangedOnHandler()1936 List<MediaRoute2Info> currentRoutes = new ArrayList<>(); in notifyRouterRegistered() local1946 currentRoutes.addAll(providerInfo.getRoutes()); in notifyRouterRegistered()1952 currentRoutes.addAll(systemProviderInfo.getRoutes()); in notifyRouterRegistered()1959 currentRoutes.add(mSystemProvider.getDefaultRoute()); in notifyRouterRegistered()1963 if (currentRoutes.size() == 0) { in notifyRouterRegistered()1969 currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()