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