Searched defs:onDeviceListUpdate (Results 1 – 4 of 4) sorted by relevance
57 override fun onDeviceListUpdate(newDevices: List<MediaDevice>?) { in <lambda>() method
710 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
280 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = in <lambda>() method in com.android.systemui.media.controls.domain.pipeline.MediaDeviceManager.Entry
340 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaSwitchingController