Searched refs:getFieldIds (Results 1 – 11 of 11) sorted by relevance
170 if (data != null && data.getFieldIds() != null in getDatasetCountForAutofillId()171 && data.getFieldIds().contains(currentViewId)) { in getDatasetCountForAutofillId()
98 final ArrayList<AutofillId> ids = dataset.getFieldIds(); in getFields()
1779 if (dataset != null && dataset.getFieldIds() != null) {1780 final int numOfFields = dataset.getFieldIds().size();1799 final AutofillId fieldId = (dataset != null && dataset.getFieldIds().size() == 1)1800 ? dataset.getFieldIds().get(0) : null;1854 mClient.autofill(id, dataset.getFieldIds(), dataset.getFieldValues(), true);2946 final ArrayList<AutofillId> fields = datasets.get(dataSetNum).getFieldIds();3684 final ArrayList<AutofillId> fieldIds = dataset.getFieldIds();4052 final ArrayList<AutofillId> ids = dataset.getFieldIds();4441 final int entryCount = dataset.getFieldIds().size();4446 && dataset.getFieldIds().get(0).equals(mCurrentViewId));[all …]
307 final ArrayList<AutofillId> fieldIds = dataset.getFieldIds(); in maybeRequestShowInlineSuggestions()
79 final int fieldIndex = dataset.getFieldIds().indexOf(inlineFillUiInfo.mFocusedId); in createInlineSuggestions()
221 final int fieldIndex = dataset.getFieldIds().indexOf(mAutofillId); in getInlineSuggestionsResponse()
279 final int index = dataset.getFieldIds().indexOf(focusedViewId); in createDatasetItems()
303 final int index = dataset.getFieldIds().indexOf(focusedViewId); in FillUi()
151 public @Nullable ArrayList<AutofillId> getFieldIds() { in getFieldIds() method in Dataset
2323 method @Nullable public java.util.ArrayList<android.view.autofill.AutofillId> getFieldIds();
48775 Landroid/service/autofill/Dataset;->getFieldIds()Ljava/util/ArrayList;