Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1521 notifyViewReadyInner(getAutofillId(view, virtualId), in notifyVirtualViewsReady()
1552 notifyViewReadyInner(v.getAutofillId(), v.getAutofillHints(), isCredmanRequested); in notifyViewEnteredForFillDialog()
1555 private void notifyViewReadyInner(AutofillId id, @Nullable String[] autofillHints, in notifyViewReadyInner() method in AutofillManager