Home
last modified time | relevance | path

Searched defs:currentRoutes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DIMediaRouter2.aidl27 void notifyRouterRegistered(in List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered()
H A DMediaRouter2.java774 void syncRoutesOnHandler(List<MediaRoute2Info> currentRoutes, in syncRoutesOnHandler()
1862 public void notifyRouterRegistered(List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouter2ServiceImpl.java1429 final Collection<MediaRoute2Info> currentRoutes = currentInfo.getRoutes(); in onProviderStateChangedOnHandler() local
1936 List<MediaRoute2Info> currentRoutes = new ArrayList<>(); in notifyRouterRegistered() local