Searched refs:datasets (Results 1 – 8 of 8) sorted by relevance
71 List<DatasetWithFilledAutofillFields> datasets, boolean datasetAuth) { in buildResponse() argument73 if (datasets != null) { in buildResponse()74 for (DatasetWithFilledAutofillFields datasetWithFilledAutofillFields : datasets) { in buildResponse()
164 public void onLoaded(List<DatasetWithFilledAutofillFields> datasets) { in fetchDataAndGenerateResponse() argument165 if ((datasets == null || datasets.isEmpty()) && manual) { in fetchDataAndGenerateResponse()178 fieldTypesByAutofillHint, datasets, datasetAuth); in fetchDataAndGenerateResponse()
204 public void onLoaded(List<DatasetWithFilledAutofillFields> datasets) { in fetchAllDatasetsAndSetIntent() argument207 fieldTypesByAutofillHint, datasets, datasetAuth); in fetchAllDatasetsAndSetIntent()
115 public void onLoaded(List<DatasetWithFilledAutofillFields> datasets) { in onCreate()116 mAllDatasets = datasets; in onCreate()
112 void insertAutofillDataset(AutofillDataset datasets); in insertAutofillDataset() argument
15 [RecyclerView][1] can display large datasets that can be scrolled
16 [RecyclerView][1] can display large datasets that can be scrolled
41 authentication on the entire autofill Response or just on individual autofill datasets. You should