Home
last modified time | relevance | path

Searched refs:getFieldIds (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1886 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 …]
H A DFillResponseEventLogger.java279 if (data != null && data.getFieldIds() != null in getDatasetCountForAutofillId()
280 && data.getFieldIds().contains(currentViewId)) { in getDatasetCountForAutofillId()
H A DPresentationStatsEventLogger.java292 if (data != null && data.getFieldIds() != null in getDatasetCountForAutofillId()
293 && data.getFieldIds().contains(currentViewId)) { in getDatasetCountForAutofillId()
H A DHelper.java193 final ArrayList<AutofillId> ids = dataset.getFieldIds(); in getFields()
H A DRemoteAugmentedAutofillService.java308 final ArrayList<AutofillId> fieldIds = dataset.getFieldIds(); in maybeRequestShowInlineSuggestions()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java79 final int fieldIndex = dataset.getFieldIds().indexOf(inlineFillUiInfo.mFocusedId); in createInlineSuggestions()
H A DInlineFillUi.java221 final int fieldIndex = dataset.getFieldIds().indexOf(mAutofillId); in getInlineSuggestionsResponse()
H A DDialogFillUi.java293 final int index = dataset.getFieldIds().indexOf(focusedViewId); in createDatasetItems()
H A DFillUi.java312 final int index = dataset.getFieldIds().indexOf(focusedViewId); in FillUi()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java279 public @Nullable ArrayList<AutofillId> getFieldIds() { in getFieldIds() method in Dataset
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2835 method @Nullable public java.util.ArrayList<android.view.autofill.AutofillId> getFieldIds();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48775 Landroid/service/autofill/Dataset;->getFieldIds()Ljava/util/ArrayList;