Searched refs:clientFormDataMap (Results 1 – 3 of 3) sorted by relevance
44 val clientFormDataMap = HashMap<String, FilledAutofillFieldCollection>() in <lambda>() constant58 clientFormDataMap.put(datasetName, it) in <lambda>()65 return clientFormDataMap in <lambda>()
94 val clientFormDataMap = SharedPrefsAutofillRepository in <lambda>() constant97 …AutofillHelper.newResponse(this, false, autofillFields, clientFormDataMap)?.let(this::setResponseI… in <lambda>()100 clientFormDataMap?.let { in <lambda>()
66 … val clientFormDataMap = SharedPrefsAutofillRepository.getFilledAutofillFieldCollection(this, in onFillRequest() constant68 … val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap) in onFillRequest()