Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DRoutingSessionInfoTest.java234 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in testBuilderAddRouteMethodsWithBuilderCopyConstructor() local
241 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() local
306 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 …]
DStubMediaRoute2ProviderService.java250 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onSetSessionVolume() local
253 notifySessionUpdated(newSessionInfo); in onSetSessionVolume()
369 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onSelectRoute() local
374 notifySessionUpdated(newSessionInfo); in onSelectRoute()
404 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onDeselectRoute() local
409 notifySessionUpdated(newSessionInfo); in onDeselectRoute()
442 RoutingSessionInfo newSessionInfo = new RoutingSessionInfo.Builder(sessionInfo) in onTransferToRoute() local
448 notifySessionUpdated(newSessionInfo); in onTransferToRoute()