Home
last modified time | relevance | path

Searched refs:getFieldsForHint (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DAutofillFieldMetadataCollection.kt49 fun getFieldsForHint(hint: String): MutableList<AutofillFieldMetadata>? { in getFieldsForHint() method
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillFieldCollection.kt59 val autofillFields = autofillFieldMetadataCollection.getFieldsForHint(hint) ?: continue in <lambda>()