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

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java60 public final class AutofillManager { class
62 private static final String TAG = "AutofillManager";
273 public AutofillManager(Context context, IAutoFillManager service) { method in class:AutofillManager
1526 private final WeakReference<AutofillManager> mAfm;
1528 AutofillManagerClient(AutofillManager autofillManager) {
1534 final AutofillManager afm = mAfm.get();
1542 final AutofillManager afm = mAfm.get();
1551 final AutofillManager afm = mAfm.get();
1560 final AutofillManager afm = mAfm.get();
1569 final AutofillManager af
[all...]

Completed in 1046 milliseconds