Searched refs:updatedList (Results 1 – 3 of 3) sorted by relevance
728 List<MediaItem> updatedList = new ArrayList<>(); in updateItems_controllerItemsUpdated_notUpdatesInAdapterUntilUpdateItems() local729 updatedList.add(MediaItem.createPairNewDeviceMediaItem()); in updateItems_controllerItemsUpdated_notUpdatesInAdapterUntilUpdateItems()730 when(mMediaOutputController.getMediaItemList()).thenReturn(updatedList); in updateItems_controllerItemsUpdated_notUpdatesInAdapterUntilUpdateItems()735 assertThat(mMediaOutputAdapter.getItemCount()).isEqualTo(updatedList.size()); in updateItems_controllerItemsUpdated_notUpdatesInAdapterUntilUpdateItems()
259 val updatedList = listOf(serviceInfo) in testChangeUserSendsCorrectServiceUpdate() constant260 serviceListingCallbackCaptor.value.onServicesReloaded(updatedList) in testChangeUserSendsCorrectServiceUpdate()
507 final List<Sensor> updatedList = new ArrayList<>(); in updateDynamicSensorList() local512 mFullDynamicSensorsList, list, updatedList, addedList, removedList); in updateDynamicSensorList()518 mFullDynamicSensorsList = updatedList; in updateDynamicSensorList()