Home
last modified time | relevance | path

Searched defs:autofillType (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillFieldCollection.kt62 val autofillType = autofillField.autofillType in <lambda>() constant
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DAutofillFieldMetadata.kt33 val autofillType: Int = view.autofillType constant
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java330 public Line addLine(String idEntryPrefix, int autofillType, String label, String text, in addLine()
372 private Line(String idEntryPrefix, int autofillType, String label, String[] hints, in Line()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DDatasetAdapter.java149 int autofillType = viewNode.getAutofillType(); in bindValueToNode() local