Home
last modified time | relevance | path

Searched defs:notifyFillDialogTriggerIds (Results 1 – 2 of 2) 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