Searched defs:getAutofillManager (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java803 /** The autofill manager. Always access via {@link #getAutofillManager()}. */
971 @NonNull private AutofillManager getAutofillManager() { method in class:Activity
1040 getAutofillManager().onCreate(savedInstanceState);
1281 getAutofillManager().onVisibleForAutofill();
1355 getAutofillManager().notifyViewEntered(focus);
1631 getAutofillManager().onSaveInstanceState(outState);
1737 getAutofillManager().notifyViewExited(focus);
1919 getAutofillManager().onInvisibleForAutofill();
1924 getAutofillManager().onActivityFinishing();
1930 getAutofillManager()
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4841 AutofillManager afm = getAutofillManager();
6485 private @Nullable AutofillManager getAutofillManager() { method in class:ViewRootImpl
6500 AutofillManager afm = getAutofillManager();
H A DView.java6553 getAutofillManager().notifyViewClicked(this);
7278 AutofillManager afm = getAutofillManager();
8482 private AutofillManager getAutofillManager() { method in class:View
12936 AutofillManager afm = getAutofillManager();
[all...]

Completed in 157 milliseconds