Searched refs:preGrantedItemsCount (Results 1 – 2 of 2) sorted by relevance
64 val preGrantedItemsCount: Int = 0, constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl79 _flow = MutableStateFlow(GrantsAwareSet(_selection, _deSelection, preGrantedItemsCount))252 GrantsAwareSet(_selection.toSet(), _deSelection.toSet(), preGrantedItemsCount) in snapshot()364 _flow.update { GrantsAwareSet(_selection, _deSelection, preGrantedItemsCount) } in updateFlow()
493 preGrantedItemsCount = 1, // corresponding to testItem in testSelectionCanRemoveSinglePreGrantedItem()