Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java69 @NonNull List<Dataset> datasets, in createInlineSuggestions() argument
74 SparseArray<Pair<Dataset, InlineSuggestion>> response = new SparseArray<>(datasets.size()); in createInlineSuggestions()
77 for (int datasetIndex = 0; datasetIndex < datasets.size(); datasetIndex++) { in createInlineSuggestions()
78 final Dataset dataset = datasets.get(datasetIndex); in createInlineSuggestions()
H A DInlineFillUi.java152 @NonNull List<Dataset> datasets, in forAugmentedAutofill() argument
156 InlineSuggestionInfo.SOURCE_PLATFORM, datasets, uiCallback); in forAugmentedAutofill()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java126 FillResponse r, List<Dataset> datasets, SaveInfo saveInfo) { in shallowCopy() argument
128 (datasets != null) ? new ParceledListSlice<>(datasets) : null, in shallowCopy()
156 private FillResponse(ParceledListSlice<Dataset> datasets, SaveInfo saveInfo, Bundle clientState, in FillResponse() argument
167 mDatasets = datasets; in FillResponse()
1261 final List<Dataset> datasets = (datasetSlice != null) ? datasetSlice.getList() : null;
1262 final int datasetCount = (datasets != null) ? datasets.size() : 0;
1264 builder.addDataset(datasets.get(i));
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1853 for (Dataset dataset : datasets) { in addFallbackDatasets()
1881 if (datasets == null) return; in computeDatasetsForProviderAndUpdateContainer()
1981 if (datasets == null) return; in computeDatasetsForPccAndUpdateContainer()
2703 if (datasets.size() > 1) { in getEffectiveDatasetForAuthentication()
2705 for (Dataset dataset : datasets) { in getEffectiveDatasetForAuthentication()
2993 if (datasets == null || datasets.isEmpty()) { in logContextCommittedLocked()
3071 if (datasets == null || datasets.isEmpty()) { in logContextCommittedLocked()
3550 if (datasets != null) { in showSaveLocked()
3987 if (datasets != null) { in shouldStartNewPartitionLocked()
4846 if (datasets != null) { in updateTrackedIdsLocked()
[all …]
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4090 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets returned in the response, or -1 if
4100 // Tag FIELD_AUTOFILL_AUTHENTICATION_STATUS: status of authenticated datasets or responses.
4120 // Tag of a field for the number of datasets
4130 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets shown