Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManagerClient.aidl152 void notifyFillDialogTriggerIds(in List<AutofillId> ids); in notifyFillDialogTriggerIds() method
H A DAutofillManager.java4340 public void notifyFillDialogTriggerIds(List<AutofillId> ids) { in notifyFillDialogTriggerIds() method in AutofillManager.AutofillManagerClient
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java4540 getClient().notifyFillDialogTriggerIds(fieldIds); in notifyClientFillDialogTriggerIds()