Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DSelectionImplTest.kt117 .that(selection.toggleAll(setOf(SelectionData(3)))) in <lambda>()
401 selection.toggleAll(items) in <lambda>()
412 selection.toggleAll(items) in <lambda>()
DGrantsAwareSelectionTest.kt121 .that(selection.toggleAll(setOf(SelectionData(3)))) in <lambda>()
405 selection.toggleAll(items) in <lambda>()
416 selection.toggleAll(items) in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelection.kt108 suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult method
DSelectionImpl.kt245 override suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult { in toggleAll() method in com.android.photopicker.core.selection.SelectionImpl
DGrantsAwareSelectionImpl.kt318 override suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult { in toggleAll() method in com.android.photopicker.core.selection.GrantsAwareSelectionImpl