Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl159 void notifyFillDialogTriggerIds(in List<AutofillId> ids); in notifyFillDialogTriggerIds() method
DAutofillManager.java4670 public void notifyFillDialogTriggerIds(List<AutofillId> ids) { in notifyFillDialogTriggerIds() method in AutofillManager.AutofillManagerClient
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java5034 getClient().notifyFillDialogTriggerIds(fieldIds); in notifyClientFillDialogTriggerIds()