Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3593 AutofillId fillId = mFillDialogTriggerIds.get(i); in shouldShowAutofillDialog() local
3594 if (fillId.equalsIgnoreSession(id)) { in shouldShowAutofillDialog()