Home
last modified time | relevance | path

Searched refs:onDeviceListUpdate (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java419 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 …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java272 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()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/volume/data/repository/
DLocalMediaRepositoryImplTest.kt78 deviceCallbackCaptor.value.onDeviceListUpdate(listOf(mediaDevice1, mediaDevice2)) in deviceListUpdated_currentConnectedDeviceUpdated()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DLocalMediaRepository.kt57 override fun onDeviceListUpdate(newDevices: List<MediaDevice>?) { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManagerTest.kt294 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java249 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()
698 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManager.kt248 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = in <lambda>() method in com.android.systemui.media.controls.domain.pipeline.MediaDeviceManager.Entry
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java331 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController