Searched refs:datasets (Results 1 – 9 of 9) sorted by relevance
/frameworks/proto_logging/stats/atoms/autofill/ |
D | autofill_extension_atoms.proto | 101 // Count of datasets that should've been available for display. If the request 103 // datasets are processed and ineligeble datasets have been filtered off. 119 // Time taken to process the datasets. 120 // For eg: In case of PCC detection, we need to merge the datasets to be 122 // final eligible datasets to be shown. 125 // Count of datasets that were provided by the Autofill Provider by 126 // specifying type. These datasets may additionally contain autofill ids for 128 // detection. These can include datasets available via provider response, 131 // datasets applicable to autofill ids. So the same datasets would've shown 135 // datasets were provided. [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | InlineSuggestionFactory.java | 74 @NonNull List<Dataset> datasets, in createInlineSuggestions() argument 79 SparseArray<Pair<Dataset, InlineSuggestion>> response = new SparseArray<>(datasets.size()); in createInlineSuggestions() 82 for (int datasetIndex = 0; datasetIndex < datasets.size(); datasetIndex++) { in createInlineSuggestions() 83 final Dataset dataset = datasets.get(datasetIndex); in createInlineSuggestions()
|
D | InlineFillUi.java | 164 @NonNull List<Dataset> datasets, in forAugmentedAutofill() argument 168 InlineSuggestionInfo.SOURCE_PLATFORM, datasets, in forAugmentedAutofill()
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillResponse.java | 135 FillResponse r, List<Dataset> datasets, SaveInfo saveInfo) { in shallowCopy() argument 137 (datasets != null) ? new ParceledListSlice<>(datasets) : null, in shallowCopy() 166 private FillResponse(ParceledListSlice<Dataset> datasets, SaveInfo saveInfo, Bundle clientState, in FillResponse() argument 177 mDatasets = datasets; in FillResponse() 1298 final List<Dataset> datasets = (datasetSlice != null) ? datasetSlice.getList() : null; 1299 final int datasetCount = (datasets != null) ? datasets.size() : 0; 1301 builder.addDataset(datasets.get(i));
|
/frameworks/proto_logging/stats/enums/autofill/ |
D | enums.proto | 127 // final datasets. 135 // final datasets.
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 2065 Set<Dataset> datasets = c2.mAutofillIdToDatasetMap.get(id); in addFallbackDatasets() 2066 Set<Dataset> copyDatasets = new LinkedHashSet<>(datasets); in addFallbackDatasets() 2071 for (Dataset dataset : datasets) { in addFallbackDatasets() 2098 List<Dataset> datasets = response.getDatasets(); in computeDatasetsForProviderAndUpdateContainer() local 2099 if (datasets == null) return; in computeDatasetsForProviderAndUpdateContainer() 2198 List<Dataset> datasets = response.getDatasets(); in computeDatasetsForPccAndUpdateContainer() local 2199 if (datasets == null) return; in computeDatasetsForPccAndUpdateContainer() 2214 for (int i = 0; i < datasets.size(); i++) { in computeDatasetsForPccAndUpdateContainer() 2217 Dataset dataset = datasets.get(i); in computeDatasetsForPccAndUpdateContainer() 3015 List<Dataset> datasets = response.getDatasets(); in getEffectiveDatasetForAuthentication() local [all …]
|
D | PresentationStatsEventLogger.java | 341 public void maybeSetCountShown(int datasets) { in maybeSetCountShown() argument 344 event.mCountShown = datasets; in maybeSetCountShown()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4096 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets returned in the response, or -1 if 4106 // Tag FIELD_AUTOFILL_AUTHENTICATION_STATUS: status of authenticated datasets or responses. 4126 // Tag of a field for the number of datasets 4136 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets shown
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 22331 // certain datasets, while others are filtered out because user 22371 // Count of datasets that should've been available for display. If the request 22375 // Count of datasets that are shown to the user. 22378 // Count of datasets that are eligible to be shown to the user, but aren't 22385 // Count of datasets that aren't shown because IME didn't use datasets at all. 22388 // Count of datasets that are eligible to be shown to the user, but aren't 22457 // Count of datasets that are available due to PCC Detection. These can include datasets 22465 // Count of datasets that are available only due to PCC Detection.
|