Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
H A DMediaDeviceUpdateWorkerTest.java111 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()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java255 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 …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java199 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in onDeviceListUpdate_verifyDeviceListCallback()
331 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isZeroMode_onlyFromPhoneOutput_returnTrue()
353 mMediaOutputController.onDeviceListUpdate(mMediaDevices); in isZeroMode_notFromPhoneOutput_returnFalse()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaDeviceManagerTest.kt229 deviceCallback.onDeviceListUpdate(mutableListOf(device))
321 deviceCallback.onDeviceListUpdate(mutableListOf(device))
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java212 callback.onDeviceListUpdate(mediaDevices); in dispatchDeviceListUpdate()
636 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate() method
/aosp12/packages/apps/Settings/src/com/android/settings/media/
H A DMediaOutputIndicatorWorker.java135 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputIndicatorWorker
H A DMediaDeviceUpdateWorker.java104 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaDeviceUpdateWorker
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDeviceManager.kt190 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = bgExecutor.execute {
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DRemoteVolumeGroupController.java217 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in RemoteVolumeGroupController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java167 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() method in MediaOutputController