Searched refs:onDeviceListUpdate (Results 1 – 8 of 8) sorted by relevance
419 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_withNearbyDevices_updatesRangeInformation()432 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_withNearbyDevices_rankByRangeInformation()445 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in routeProcessSupport_onDeviceListUpdate_preferenceExist_NotUpdatesRangeInformation()468 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_verifyDeviceListCallback()503 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_onDeviceListUpdateWithConnectedDeviceRemote_verifyItemSize()526 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_categorizeMediaItems_withSuggestedDevice_verifyDeviceListSize()550 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_isRefreshing_updatesNeedRefreshToTrue()561 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in advanced_onDeviceListUpdate_isRefreshing_updatesNeedRefreshToTrue()781 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isAnyDeviceTransferring_noDevicesStateIsConnecting_returnsFalse()793 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isAnyDeviceTransferring_deviceStateIsConnecting_returnsTrue()[all …]
272 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDevicesList()293 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_addDeviceList()311 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_removeAll()333 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList()486 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()539 verify(mCallback).onDeviceListUpdate(any()); in onDeviceListAdded_bluetoothAdapterIsNull_noDisconnectedDeviceAdded()
78 deviceCallbackCaptor.value.onDeviceListUpdate(listOf(mediaDevice1, mediaDevice2)) in deviceListUpdated_currentConnectedDeviceUpdated()
57 override fun onDeviceListUpdate(newDevices: List<MediaDevice>?) { in <lambda>() method
294 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in deviceListUpdate()519 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in onDeviceListUpdate_withRemotePlaybackInfo_noMatchingRoutingSession_setsDisabledDevice()541 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in onDeviceListUpdate_withRemotePlaybackInfo_noMatchingRoutingSession_returnsOtherDevice()676 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in deviceIdChanged_informListener()705 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in deviceNameChanged_informListener()739 deviceCallback.onDeviceListUpdate(mutableListOf(device)) in deviceIconChanged_doesNotCallListener()
249 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()698 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
248 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = in <lambda>() method in com.android.systemui.media.controls.domain.pipeline.MediaDeviceManager.Entry
331 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController