Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillFieldCollection.kt63 val savedAutofillValue = hintMap[hint] in <lambda>() constant
66 savedAutofillValue?.textValue?.let { in <lambda>()
75 savedAutofillValue?.dateValue?.let { date -> in <lambda>()
81 savedAutofillValue?.textValue?.let { text -> in <lambda>()
87 savedAutofillValue?.toggleValue?.let { toggle -> in <lambda>()
106 hintMap[autofillHint]?.let { savedAutofillValue -> in <lambda>() method
107 if (!savedAutofillValue.isNull()) { in <lambda>()