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

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java59 * The {@link AutofillManager} provides ways for apps and custom views to integrate with the
119 public final class AutofillManager { class
121 private static final String TAG = "AutofillManager";
401 public AutofillManager(Context context, IAutoFillManager service) { method in class:AutofillManager
1512 pw.print(outerPrefix); pw.println("AutofillManager:");
1836 private final WeakReference<AutofillManager> mAfm;
1838 AutofillManagerClient(AutofillManager autofillManager) {
1844 final AutofillManager afm = mAfm.get();
1852 final AutofillManager afm = mAfm.get();
1861 final AutofillManager af
[all...]

Completed in 63 milliseconds