Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java382 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 …]
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java260 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManagerTest.kt268 deviceCallback.onDeviceListUpdate(mutableListOf(device))
447 deviceCallback.onDeviceListUpdate(mutableListOf(device))
536 deviceCallback.onDeviceListUpdate(mutableListOf(device))
565 deviceCallback.onDeviceListUpdate(mutableListOf(device))
599 deviceCallback.onDeviceListUpdate(mutableListOf(device))
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java245 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()
689 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManager.kt236 override fun onDeviceListUpdate(devices: List<MediaDevice>?) =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java304 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController