Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DStubMediaRoute2ProviderService.java342 for (String selectedRouteId : sessionInfo.getSelectedRoutes()) { in onTransferToRoute()
343 mRouteIdToSessionId.remove(selectedRouteId); in onTransferToRoute()
344 MediaRoute2Info selectedRoute = mRoutes.get(selectedRouteId); in onTransferToRoute()
346 mRoutes.put(selectedRouteId, new MediaRoute2Info.Builder(selectedRoute) in onTransferToRoute()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1508 String selectedRouteId; in notifyGroupRouteSelected() local
1514 selectedRouteId = group.mSelectedRouteId; in notifyGroupRouteSelected()
1518 if (!TextUtils.equals(selectedRouteId, clientRecord.mSelectedRouteId)) { in notifyGroupRouteSelected()
1527 mTempClients.get(i).onGroupRouteSelected(selectedRouteId); in notifyGroupRouteSelected()