Searched refs:AutofillHelper (Results 1 – 5 of 5) sorted by relevance
20 import com.example.android.autofillframework.multidatasetservice.AutofillHelper in <lambda>()36 val autofillHints = viewNode.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray() in <lambda>()
59 val presentation = AutofillHelper in onFillRequest()68 … val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap) in onFillRequest()
97 …AutofillHelper.newResponse(this, false, autofillFields, clientFormDataMap)?.let(this::setResponseI… in <lambda>()102 …AutofillHelper.newDataset(this, autofillFields, clientFormData, false)?.let(this::setDatasetIntent) in <lambda>()
31 val autofillHints = view.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray()
35 object AutofillHelper { in <lambda>() object