Home | History | Annotate | Download | only in autofill

Lines Matching defs:autofill

17 package android.service.autofill;
35 * This class represents a request to an autofill service
45 * Indicates autofill was explicitly requested by the user.
47 * <p>Users typically make an explicit request to autofill a screen in two situations:
49 * <li>The app disabled autofill (using {@link View#setImportantForAutofill(int)}.
50 * <li>The service could not figure out how to autofill a screen (but the user knows the
60 * <p>An explicit autofill request is triggered when the
61 * {@link android.view.autofill.AutofillManager#requestAutofill(View)} or
62 * {@link android.view.autofill.AutofillManager#requestAutofill(View, int, android.graphics.Rect)}
64 * {@code AUTOFILL} option in the overflow menu that triggers such request.