Searched refs:toggleAll (Results 1 – 5 of 5) sorted by relevance
117 .that(selection.toggleAll(setOf(SelectionData(3)))) in <lambda>()401 selection.toggleAll(items) in <lambda>()412 selection.toggleAll(items) in <lambda>()
121 .that(selection.toggleAll(setOf(SelectionData(3)))) in <lambda>()405 selection.toggleAll(items) in <lambda>()416 selection.toggleAll(items) in <lambda>()
108 suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult method
245 override suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult { in toggleAll() method in com.android.photopicker.core.selection.SelectionImpl
318 override suspend fun toggleAll(items: Collection<T>): SelectionModifiedResult { in toggleAll() method in com.android.photopicker.core.selection.GrantsAwareSelectionImpl