Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/
DSharedPrefsAutofillRepository.kt74 val allAutofillData = getAllAutofillDataStringSet(context) in <lambda>() constant
76 allAutofillData.add(gson.toJson(filledAutofillFieldCollection).toString()) in <lambda>()
77 saveAllAutofillDataStringSet(context, allAutofillData) in <lambda>()