Home | History | Annotate | Download | only in autofill

Lines Matching defs:autofill

16 package android.service.autofill;
33 import android.view.autofill.AutofillId;
34 import android.view.autofill.AutofillManager;
35 import android.view.autofill.AutofillValue;
42 * on behalf of a given user - for more information about autofill, read
43 * <a href="{@docRoot}preview/features/autofill.html">Autofill Framework</a>.
45 * <p>An {@code AutofillService} is only bound to the Android System for autofill purposes if:
57 * <p>The basic autofill process is defined by the workflow below:
205 * <p>Notice that when the user autofill a partition with the data provided by the service and the
282 * use the Autofill Framework &mdash; the service should warn the user that the authenticity of the
299 * <p>When handling autofill requests that represent web pages (typically
350 * {@code IFRAME}, in which case the WebView generates a new autofill context when a node inside
365 * <p><b>Note:</b> The autofill service could also whitelist well-known browser apps and skip the
376 * <p>It's tricky to handle save for autofill in these situations, because the autofill service must
377 * wait until the user enters both fields before the autofill save UI can be shown. But it can be
384 * the response, containing the autofill ids of the partial fields present in the screen.
387 * retrieves the {@link FillRequest#getClientState() client state bundle}, gets the autofill ids
454 public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService";
460 * android.R.styleable#AutofillService autofill-service}&gt;</code> tag.
462 * <pre> &lt;autofill-service
467 public static final String SERVICE_META_DATA = "android.autofill";