Searched refs:onDeviceListUpdate (Results 1 – 10 of 10) sorted by relevance
111 mMediaDeviceUpdateWorker.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_shouldNotifyChange()133 mMediaDeviceUpdateWorker.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_sameDeviceList_shouldBeEqual()139 mMediaDeviceUpdateWorker.onDeviceListUpdate(newDevices); in onDeviceListUpdate_sameDeviceList_shouldBeEqual()149 mMediaDeviceUpdateWorker.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual()158 mMediaDeviceUpdateWorker.onDeviceListUpdate(newDevices); in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual()167 mMediaDeviceUpdateWorker.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual()172 mMediaDeviceUpdateWorker.onDeviceListUpdate(newDevices); in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual()
255 verify(mCallback).onDeviceListUpdate(any()); in onDeviceAdded_addDevice()271 verify(mCallback).onDeviceListUpdate(any()); in onDeviceAdded_mediaDeviceNotExistAndPhoneDeviceExistInList_addMediaDevice()305 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDevicesList()330 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDeviceList()345 verify(mCallback).onDeviceListUpdate(any()); in onDeviceRemoved_removeDevice()362 verify(mCallback).onDeviceListUpdate(any()); in onDeviceRemoved_phoneDeviceNotLastDeviceAfterRemoveMediaDevice_removeMediaDevice()399 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_removeAll()421 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList()596 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice()695 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice()[all …]
199 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_verifyDeviceListCallback()331 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isZeroMode_onlyFromPhoneOutput_returnTrue()353 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isZeroMode_notFromPhoneOutput_returnFalse()
229 deviceCallback.onDeviceListUpdate(mutableListOf(device))321 deviceCallback.onDeviceListUpdate(mutableListOf(device))
212 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()636 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
135 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputIndicatorWorker
104 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaDeviceUpdateWorker
190 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = bgExecutor.execute {
217 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in RemoteVolumeGroupController
167 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController