Searched refs:getDeselection (Results 1 – 5 of 5) sorted by relevance
113 suspend fun getDeselection(): Collection<T> method
269 override suspend fun getDeselection(): Set<T> = emptySet() in getDeselection() method in com.android.photopicker.core.selection.SelectionImpl
356 override suspend fun getDeselection(): Collection<T> { in getDeselection() method in com.android.photopicker.core.selection.GrantsAwareSelectionImpl
513 selection.getDeselection() in testSelectionCanRemoveSinglePreGrantedItem()532 .getDeselection(), in testSelectionCanRemoveSinglePreGrantedItem()
249 val deselectionSnapshot = selection.get().getDeselection().toHashSet() in <lambda>()