Home
last modified time | relevance | path

Searched refs:route1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaRoute2ProviderServiceTest.java195 MediaRoute2Info route1; in testNotifyRoutesInvokesMediaRouter2RouteCallback()
198 route1 = routes.get(1); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
201 route1 = routes.get(0); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
209 assertNotNull(route1); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
210 assertEquals(routeId1, route1.getOriginalId()); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
211 assertEquals(routeName1, route1.getName()); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
212 assertEquals(features, route1.getFeatures()); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
236 MediaRoute2Info route1; in testNotifyRoutesInvokesMediaRouter2RouteCallback()
239 route1 = routes.get(1); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
242 route1 = routes.get(0); in testNotifyRoutesInvokesMediaRouter2RouteCallback()
[all …]
DStubMediaRoute2ProviderService.java95 MediaRoute2Info route1 = new MediaRoute2Info.Builder(ROUTE_ID1, ROUTE_NAME1) in initializeRoutes() local
131 mRoutes.put(route1.getId(), route1); in initializeRoutes() local
DMediaRouter2Test.java342 MediaRoute2Info route1 = routes.get(ROUTE_ID1); in testTransferToTwice() local
344 assertNotNull(route1); in testTransferToTwice()
353 mRouter2.transferTo(route1); in testTransferToTwice()
398 final OnGetControllerHintsListener listener = route1 -> controllerHints; in testSetOnGetControllerHintsListener()
DSystemMediaRouter2Test.java537 MediaRoute2Info route1 = routes.get(ROUTE_ID1); in testTransferToTwice() local
539 assertNotNull(route1); in testTransferToTwice()
544 mSystemRouter2ForCts.transferTo(route1); in testTransferToTwice()