Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java3004 Dataset getEffectiveDatasetForAuthentication(Dataset authenticatedDataset) { in getEffectiveDatasetForAuthentication() argument
3005 FillResponse response = new FillResponse.Builder().addDataset(authenticatedDataset).build(); in getEffectiveDatasetForAuthentication()
3013 return authenticatedDataset; in getEffectiveDatasetForAuthentication()
3028 result = builder.setId(authenticatedDataset.getId()).build(); in getEffectiveDatasetForAuthentication()