Searched refs:routeToSelect (Results 1 – 2 of 2) sorted by relevance
303 MediaRoute2Info routeToSelect = routes.get(ROUTE_ID1); in testRouterOnSessionCreated() local304 assertNotNull(routeToSelect); in testRouterOnSessionCreated()306 mManager.selectRoute(mPackageName, routeToSelect); in testRouterOnSessionCreated()316 MediaRoute2Info routeToSelect = routes.get(ROUTE_ID1); in testGetRoutingSessions() local324 && newSessionInfo.getSelectedRoutes().contains(routeToSelect.getId())) { in testGetRoutingSessions()332 mManager.selectRoute(mPackageName, routeToSelect); in testGetRoutingSessions()382 MediaRoute2Info routeToSelect = routes.get(ROUTE_ID1); in testRouterRelease_managerGetRoutingSessions() local383 assertNotNull(routeToSelect); in testRouterRelease_managerGetRoutingSessions()391 && newSessionInfo.getSelectedRoutes().contains(routeToSelect.getId())) { in testRouterRelease_managerGetRoutingSessions()404 mManager.transfer(mManager.getRoutingSessions(mPackageName).get(0), routeToSelect); in testRouterRelease_managerGetRoutingSessions()
411 RouteInfo routeToSelect = isBluetoothA2dpOn() in handleGroupRouteSelected() local417 routeToSelect = route; in handleGroupRouteSelected()420 if (routeToSelect != mSelectedRoute) { in handleGroupRouteSelected()421 selectRouteStatic(routeToSelect.mSupportedTypes, routeToSelect, /*explicit=*/false); in handleGroupRouteSelected()