Searched refs:newRoute (Results 1 – 2 of 2) sorted by relevance
98 CardEmulationRoute newRoute = mAdapterExtras.getCardEmulationRoute(); in testEnableEe() local99 assertEquals(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON, newRoute.route); in testEnableEe()100 assertEquals(mEe, newRoute.nfcEe); in testEnableEe()106 CardEmulationRoute newRoute = mAdapterExtras.getCardEmulationRoute(); in testDisableEe() local107 assertEquals(CardEmulationRoute.ROUTE_OFF, newRoute.route); in testDisableEe()108 assertNull(newRoute.nfcEe); in testDisableEe()
1526 final RouteInfo newRoute = new RouteInfo(sStatic.mSystemCategory); in makeWifiDisplayRoute() local1527 newRoute.mDeviceAddress = display.getDeviceAddress(); in makeWifiDisplayRoute()1528 newRoute.mSupportedTypes = ROUTE_TYPE_LIVE_AUDIO | ROUTE_TYPE_LIVE_VIDEO in makeWifiDisplayRoute()1530 newRoute.mVolumeHandling = RouteInfo.PLAYBACK_VOLUME_FIXED; in makeWifiDisplayRoute()1531 newRoute.mPlaybackType = RouteInfo.PLAYBACK_TYPE_REMOTE; in makeWifiDisplayRoute()1533 newRoute.setRealStatusCode(getWifiDisplayStatusCode(display, wfdStatus)); in makeWifiDisplayRoute()1534 newRoute.mEnabled = isWifiDisplayEnabled(display, wfdStatus); in makeWifiDisplayRoute()1535 newRoute.mName = display.getFriendlyDisplayName(); in makeWifiDisplayRoute()1536 newRoute.mDescription = sStatic.mResources.getText( in makeWifiDisplayRoute()1538 newRoute.updatePresentationDisplay(); in makeWifiDisplayRoute()[all …]