Searched refs:getFieldIds (Results 1 – 12 of 12) sorted by relevance
1886 if (dataset.getFieldIds() == null || dataset.getFieldIds().isEmpty()) continue; in computeDatasetsForProviderAndUpdateContainer()1898 int newSize = dataset.getFieldIds().size(); in computeDatasetsForProviderAndUpdateContainer()1899 for (AutofillId id : dataset.getFieldIds()) { in computeDatasetsForProviderAndUpdateContainer()1922 AutofillId id = dataset.getFieldIds().get(i); in computeDatasetsForProviderAndUpdateContainer()1956 for (AutofillId id : dataset.getFieldIds()) { in computeDatasetsForProviderAndUpdateContainer()2019 if (dataset.getFieldIds() != null && dataset.getFieldIds().get(j) != null) { in computeDatasetsForPccAndUpdateContainer()2706 if (!dataset.getFieldIds().isEmpty()) { in getEffectiveDatasetForAuthentication()2747 if (dataset != null && dataset.getFieldIds() != null) { in isPinnedDataset()2748 final int numOfFields = dataset.getFieldIds().size(); in isPinnedDataset()2768 ? dataset.getFieldIds().get(0) : null; in setAuthenticationResultForAugmentedAutofillLocked()[all …]
279 if (data != null && data.getFieldIds() != null in getDatasetCountForAutofillId()280 && data.getFieldIds().contains(currentViewId)) { in getDatasetCountForAutofillId()
292 if (data != null && data.getFieldIds() != null in getDatasetCountForAutofillId()293 && data.getFieldIds().contains(currentViewId)) { in getDatasetCountForAutofillId()
193 final ArrayList<AutofillId> ids = dataset.getFieldIds(); in getFields()
308 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()
293 final int index = dataset.getFieldIds().indexOf(focusedViewId); in createDatasetItems()
312 final int index = dataset.getFieldIds().indexOf(focusedViewId); in FillUi()
279 public @Nullable ArrayList<AutofillId> getFieldIds() { in getFieldIds() method in Dataset
2835 method @Nullable public java.util.ArrayList<android.view.autofill.AutofillId> getFieldIds();
48775 Landroid/service/autofill/Dataset;->getFieldIds()Ljava/util/ArrayList;