Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1795 if (datasets == null || datasets.isEmpty()) {
1881 if (datasets == null || datasets.isEmpty()) {
2309 if (datasets != null) {
2721 if (datasets != null) {
2722 final int numDatasets = datasets.size();
3255 if (datasets != null) {
3256 for (int i = 0; i < datasets.size(); i++) {
3257 final Dataset dataset = datasets.get(i);
3566 if (datasets != null) {
3567 for (int i = 0; i < datasets.size(); i++) {
[all …]
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java837 final List<Dataset> datasets = (datasetSlice != null) ? datasetSlice.getList() : null;
838 final int datasetCount = (datasets != null) ? datasets.size() : 0;
840 builder.addDataset(datasets.get(i));
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4087 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets returned in the response, or -1 if
4097 // Tag FIELD_AUTOFILL_AUTHENTICATION_STATUS: status of authenticated datasets or responses.
4117 // Tag of a field for the number of datasets
4127 // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets shown
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...