Home
last modified time | relevance | path

Searched refs:getDeselection (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelection.kt113 suspend fun getDeselection(): Collection<T> method
DSelectionImpl.kt269 override suspend fun getDeselection(): Set<T> = emptySet() in getDeselection() method in com.android.photopicker.core.selection.SelectionImpl
DGrantsAwareSelectionImpl.kt356 override suspend fun getDeselection(): Collection<T> { in getDeselection() method in com.android.photopicker.core.selection.GrantsAwareSelectionImpl
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DGrantsAwareSelectionTest.kt513 selection.getDeselection() in testSelectionCanRemoveSinglePreGrantedItem()
532 .getDeselection(), in testSelectionCanRemoveSinglePreGrantedItem()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt249 val deselectionSnapshot = selection.get().getDeselection().toHashSet() in <lambda>()