Searched refs:getRoutingSessionForMediaController (Results 1 – 3 of 3) sorted by relevance
153 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(routingSession) in setUp()256 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in updateToSessionTokenWithNullRoute()434 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onMediaDataLoaded_withRemotePlaybackInfo_noMatchingRoutingSession_setsDisabledDevice()450 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onMediaDataLoaded_withRemotePlaybackInfo_noMatchingRoutingSession_returnsOtherDevice()472 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onSelectedDeviceStateChanged_withRemotePlaybackInfo_noMatchingRoutingSession_setsDisabledDevice()493 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onSelectedDeviceStateChanged_withRemotePlaybackInfo_noMatchingRoutingSession_returnOtherDevice()516 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onDeviceListUpdate_withRemotePlaybackInfo_noMatchingRoutingSession_setsDisabledDevice()538 whenever(mr2.getRoutingSessionForMediaController(any())).thenReturn(null) in onDeviceListUpdate_withRemotePlaybackInfo_noMatchingRoutingSession_returnsOtherDevice()624 verify(mr2).getRoutingSessionForMediaController(eq(controller)) in audioInfoPlaybackTypeChanged()644 verify(mr2).getRoutingSessionForMediaController(eq(controller)) in onAudioInfoChanged_withRemotePlaybackInfo_queriesRoutingSession()[all …]
219 controller?.let { mr2manager.get().getRoutingSessionForMediaController(it) } in <lambda>()353 mr2manager.get().getRoutingSessionForMediaController(controller) in <lambda>()387 controller?.let { mr2manager.get().getRoutingSessionForMediaController(it) } in <lambda>()
403 public RoutingSessionInfo getRoutingSessionForMediaController(MediaController mediaController) { in getRoutingSessionForMediaController() method in MediaRouter2Manager