Searched refs:isPreGrantedParam (Results 1 – 1 of 1) sorted by relevance
41 private data class SelectionData(val id: Int, val isPreGrantedParam: Boolean = false) : constant in com.android.photopicker.core.selection.GrantsAwareSelectionTest.SelectionData43 override val isPreGranted: Boolean = isPreGrantedParam483 val testItem = SelectionData(id = 999, isPreGrantedParam = true) in testSelectionCanRemoveSinglePreGrantedItem()