Searched refs:currentConnectedDevice (Results 1 – 8 of 8) sorted by relevance
70 var currentConnectedDevice: MediaDevice? = null in deviceListUpdated_currentConnectedDeviceUpdated() variable71 underTest.currentConnectedDevice in deviceListUpdated_currentConnectedDeviceUpdated()72 .onEach { currentConnectedDevice = it } in deviceListUpdated_currentConnectedDeviceUpdated()76 `when`(localMediaManager.currentConnectedDevice).thenReturn(mediaDevice1) in deviceListUpdated_currentConnectedDeviceUpdated()81 assertThat(currentConnectedDevice).isEqualTo(mediaDevice1) in deviceListUpdated_currentConnectedDeviceUpdated()
40 val currentConnectedDevice: StateFlow<MediaDevice?> constant86 override val currentConnectedDevice: StateFlow<MediaDevice?> = constant88 .map { localMediaManager.currentConnectedDevice } in <lambda>()89 .onStart { emit(localMediaManager.currentConnectedDevice) } in <lambda>()93 localMediaManager.currentConnectedDevice,
172 val currentDevice by collectLastValue(underTest.currentConnectedDevice) in activeLocalAndRemoteSession_defaultSession_local()196 val currentDevice by collectLastValue(underTest.currentConnectedDevice) in activeRemoteSession_defaultSession_remote()220 val currentDevice by collectLastValue(underTest.currentConnectedDevice) in inactiveLocalAndRemoteSession_defaultSession_local()
28 override val currentConnectedDevice: StateFlow<MediaDevice?> constant in com.android.systemui.volume.data.repository.FakeLocalMediaRepository
115 val currentConnectedDevice: Flow<MediaDevice?> = in <lambda>() constant116 localMediaRepository.flatMapLatest { it.currentConnectedDevice }.distinctUntilChanged() in <lambda>()
74 mediaOutputInteractor.currentConnectedDevice.map { mediaDevice -> in <lambda>()
349 val connectedDevice = localMediaManager.currentConnectedDevice?.toMediaDeviceData() in <lambda>()385 aboutToConnect?.fullMediaDevice ?: localMediaManager.currentConnectedDevice in <lambda>()
558 whenever(lmm.currentConnectedDevice).thenReturn(phoneDevice) in mr2ReturnsSystemRouteWithNullName_isPhone_usePhoneName()