Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3472 private AutofillManagerClient(AutofillManager autofillManager) { in AutofillManagerClient() argument
3473 mAfm = new WeakReference<>(autofillManager); in AutofillManagerClient()
3636 private AugmentedAutofillManagerClient(AutofillManager autofillManager) { in AugmentedAutofillManagerClient() argument
3637 mAfm = new WeakReference<>(autofillManager); in AugmentedAutofillManagerClient()