Searched refs:readChooserActions (Results 1 – 2 of 2) sorted by relevance
43 import com.android.intentresolver.ui.viewmodel.readChooserActions in <lambda>()116 readChooserActions() ?: emptyList() in readCallbackResponse()
132 val chooserActions = readChooserActions() ?: emptyList() in readChooserRequest()199 fun Validation.readChooserActions(): List<ChooserAction>? = in Validation() method