Searched refs:selectionsRepo (Results 1 – 2 of 2) sorted by relevance
35 private val selectionsRepo: PreviewSelectionsRepository, constant in com.android.intentresolver.contentpreview.payloadtoggle.domain.interactor.SelectionInteractor42 selectionsRepo.selections.map { it.keys }.distinctUntilChanged() in <lambda>()45 val amountSelected: Flow<Int> = selectionsRepo.selections.map { it.size } in <lambda>()48 selectionsRepo.selections.map { aggregateContentType(it.values) } in <lambda>()51 selectionsRepo.selections.update { in updateSelection()58 selectionsRepo.selections.updateAndGet { it + (model.uri to model) }.values in select()63 if (selectionsRepo.selections.value.size > 1) { in unselect()64 updateChooserRequest(selectionsRepo.selections.updateAndGet { it - model.uri }.values) in unselect()
99 selectionsRepo = previewSelectionsRepository,