Searched refs:newSessionInfo (Results 1 – 2 of 2) sorted by relevance
234 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in testBuilderAddRouteMethodsWithBuilderCopyConstructor() local241 assertThat(newSessionInfo.getSelectedRoutes()) in testBuilderAddRouteMethodsWithBuilderCopyConstructor()244 assertThat(newSessionInfo.getSelectableRoutes()) in testBuilderAddRouteMethodsWithBuilderCopyConstructor()247 assertThat(newSessionInfo.getDeselectableRoutes()) in testBuilderAddRouteMethodsWithBuilderCopyConstructor()250 assertThat(newSessionInfo.getTransferableRoutes()) in testBuilderAddRouteMethodsWithBuilderCopyConstructor()299 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in testBuilderRemoveRouteMethodsWithBuilderCopyConstructor() local306 assertThat(newSessionInfo.getSelectedRoutes()).containsExactly(TEST_ROUTE_ID_0); in testBuilderRemoveRouteMethodsWithBuilderCopyConstructor()308 assertThat(newSessionInfo.getSelectableRoutes()).containsExactly(TEST_ROUTE_ID_2); in testBuilderRemoveRouteMethodsWithBuilderCopyConstructor()310 assertThat(newSessionInfo.getDeselectableRoutes()).containsExactly(TEST_ROUTE_ID_4); in testBuilderRemoveRouteMethodsWithBuilderCopyConstructor()312 assertThat(newSessionInfo.getTransferableRoutes()).containsExactly(TEST_ROUTE_ID_6); in testBuilderRemoveRouteMethodsWithBuilderCopyConstructor()[all …]
250 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onSetSessionVolume() local253 notifySessionUpdated(newSessionInfo); in onSetSessionVolume()369 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onSelectRoute() local374 notifySessionUpdated(newSessionInfo); in onSelectRoute()404 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onDeselectRoute() local409 notifySessionUpdated(newSessionInfo); in onDeselectRoute()442 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onTransferToRoute() local448 notifySessionUpdated(newSessionInfo); in onTransferToRoute()