Searched defs:autofill (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/core/java/android/service/autofill/
H A DTransformation.java16 package android.service.autofill;
H A DValidator.java16 package android.service.autofill;
H A DInternalValidator.java16 package android.service.autofill;
H A DValueFinder.java16 package android.service.autofill;
21 import android.view.autofill.AutofillId;
H A DInternalTransformation.java16 package android.service.autofill;
H A DValidators.java16 package android.service.autofill;
H A DAutofillServiceInfo.java16 package android.service.autofill;
108 // Parse service info and get the <autofill-service> tag as an AttributeSet.
122 if (!"autofill-service".equals(parser.getName())) {
123 Log.e(TAG, "Meta-data does not start with autofill-service tag");
H A DFillCallback.java17 package android.service.autofill;
24 * Handles autofill requests from the {@link AutofillService} into the {@link Activity} being
43 * @param response autofill information for that activity, or {@code null} when the activity
H A DLuhnChecksumValidator.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
26 import android.view.autofill.AutofillId;
H A DOptionalValidators.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
H A DRequiredValidators.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
H A DSaveCallback.java17 package android.service.autofill;
H A DSaveRequest.java17 package android.service.autofill;
32 * autofill provider} to save applicable data entered by the user.
H A DRegexValidator.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
26 import android.view.autofill.AutofillId;
H A DAutofillService.java16 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
299 * <p>When handling autofill request
[all...]
H A DCharSequenceTransformation.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
28 import android.view.autofill.AutofillId;
99 + "field with autofill id" + id + ": " + e.getClass());
H A DCustomDescription.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
37 * <p>This is useful when the autofill service needs to show a detailed view of what would be saved;
H A DFillContext.java17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
31 import android.view.autofill.AutofillId;
39 * the {@link AutofillService autofill service} as both required to trigger a save
/frameworks/base/core/java/android/view/autofill/
H A DAutofillManagerInternal.java16 package android.view.autofill;
H A DHelper.java17 package android.view.autofill;
H A DParcelableMap.java17 package android.view.autofill;
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DOverlayControl.java17 package com.android.server.autofill.ui;
29 * autofill UI is up.
H A DCustomScrollView.java16 package com.android.server.autofill.ui;
18 import static com.android.server.autofill.Helper.sDebug;
H A DPendingUi.java16 package com.android.server.autofill.ui;
21 import android.view.autofill.IAutoFillManagerClient;
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java17 package com.android.server.autofill;
23 import android.service.autofill.Dataset;
26 import android.view.autofill.AutofillId;
27 import android.view.autofill.AutofillValue;
40 * {@code cmd autofill set log_level debug}.
46 * {@code cmd autofill set log_level verbose}.
53 * <p>Can be modified using {@code cmd autofill set max_partitions}.

Completed in 502 milliseconds

123