HomeSort by relevance Sort by last modified time
    Searched defs:autofill (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/base/core/java/android/service/autofill/
Transformation.java 16 package android.service.autofill;
Validator.java 16 package android.service.autofill;
InternalTransformation.java 16 package android.service.autofill;
InternalValidator.java 16 package android.service.autofill;
ValueFinder.java 16 package android.service.autofill;
21 import android.view.autofill.AutofillId;
FillCallback.java 17 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
OptionalValidators.java 17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
RequiredValidators.java 17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
SaveCallback.java 17 package android.service.autofill;
Validators.java 16 package android.service.autofill;
LuhnChecksumValidator.java 17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
26 import android.view.autofill.AutofillId;
RegexValidator.java 17 package android.service.autofill;
19 import static android.view.autofill.Helper.sDebug;
26 import android.view.autofill.AutofillId;
SaveRequest.java 17 package android.service.autofill;
32 * autofill provider} to save applicable data entered by the user.
AutofillService.java 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 th
    [all...]
FillRequest.java 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
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManagerInternal.java 16 package android.view.autofill;
19 * Autofill Manager local system service interface.
Helper.java 17 package android.view.autofill;
ParcelableMap.java 17 package android.view.autofill;
AutofillId.java 16 package android.view.autofill;
24 * A unique identifier for an autofill node inside an {@link android.app.Activity}.
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
OverlayControl.java 17 package com.android.server.autofill.ui;
29 * autofill UI is up.
PendingUi.java 16 package com.android.server.autofill.ui;
21 import android.view.autofill.IAutoFillManagerClient;
24 * Helper class used to handle a pending Autofill affordance such as the Save UI.
29 // to move the Autofill UI logic to a different process.
CustomScrollView.java 16 package com.android.server.autofill.ui;
18 import static com.android.server.autofill.Helper.sDebug;
  /packages/apps/Settings/src/com/android/settings/applications/autofill/
AutofillPickerActivity.java 14 package com.android.settings.applications.autofill;
AutofillPickerTrampolineActivity.java 14 package com.android.settings.applications.autofill;
19 import android.view.autofill.AutofillManager;
47 // Then check if the Autofill is available for the current user...
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardExpirationDateCompoundView.java 25 import android.view.autofill.AutofillManager;
26 import android.view.autofill.AutofillValue;
102 // set by autofill(). Without this line, the view will not turn yellow when updated.
113 public void autofill(AutofillValue value) { method in class:CreditCardExpirationDateCompoundView
115 Log.w(TAG, "Ignoring autofill() because service sent a non-date value:" + value);

Completed in 688 milliseconds

1 2 3