Searched refs:DeviceListUpdate (Results 1 – 1 of 1) sorted by relevance
58 trySend(DevicesUpdate.DeviceListUpdate(newDevices ?: emptyList())) in <lambda>()98 data class DeviceListUpdate(val newDevices: List<MediaDevice>?) : DevicesUpdate dataClass