Searched refs:onDeviceListUpdate (Results 1 – 6 of 6) sorted by relevance
382 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_withNearbyDevices_updatesRangeInformation()395 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_withNearbyDevices_rankByRangeInformation()408 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in routeProcessSupport_onDeviceListUpdate_preferenceExist_NotUpdatesRangeInformation()419 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_verifyDeviceListCallback()442 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_onDeviceListUpdateWithConnectedDeviceRemote_verifyItemSize()465 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_categorizeMediaItems_withSuggestedDevice_verifyDeviceListSize()489 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_isRefreshing_updatesNeedRefreshToTrue()500 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_onDeviceListUpdate_isRefreshing_updatesNeedRefreshToTrue()678 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isAnyDeviceTransferring_noDevicesStateIsConnecting_returnsFalse()690 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isAnyDeviceTransferring_deviceStateIsConnecting_returnsTrue()[all …]
260 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDevicesList()282 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDeviceList()301 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_removeAll()321 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList()483 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()540 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_bluetoothAdapterIsNull_noDisconnectedDeviceAdded()
268 deviceCallback.onDeviceListUpdate(mutableListOf(device))447 deviceCallback.onDeviceListUpdate(mutableListOf(device))536 deviceCallback.onDeviceListUpdate(mutableListOf(device))565 deviceCallback.onDeviceListUpdate(mutableListOf(device))599 deviceCallback.onDeviceListUpdate(mutableListOf(device))
245 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()689 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
236 override fun onDeviceListUpdate(devices: List<MediaDevice>?) =
304 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController