Home
last modified time | relevance | path

Searched refs:getAllAutofillDataStringSet (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.kt45 val clientFormDataStringSet = getAllAutofillDataStringSet(context) in <lambda>()
74 val allAutofillData = getAllAutofillDataStringSet(context) in <lambda>()
85 private fun getAllAutofillDataStringSet(context: Context): MutableSet<String> { in <lambda>() method