Searched refs:autofill (Results 1 - 25 of 107) sorted by relevance

12345

/frameworks/base/core/java/android/service/autofill/
H A DSanitizer.java16 package android.service.autofill;
22 * by the app—for example, if the autofill service sends a credit card number
H A DTransformation.java16 package android.service.autofill;
22 * <p>Typically used by {@link CustomDescription} to provide a customized autofill save UI.
H A DValidator.java16 package android.service.autofill;
H A DFillEventHistory.aidl17 package android.service.autofill;
H A DFillRequest.aidl17 package android.service.autofill;
H A DFillResponse.aidl17 package android.service.autofill;
H A DSaveRequest.aidl17 package android.service.autofill;
H A DUserData.aidl17 package android.service.autofill;
H A DFieldClassification.aidl17 package android.service.autofill;
H A DIAutoFillService.aidl17 package android.service.autofill;
19 import android.service.autofill.FillRequest;
20 import android.service.autofill.IFillCallback;
21 import android.service.autofill.ISaveCallback;
22 import android.service.autofill.SaveRequest;
H A DIFillCallback.aidl17 package android.service.autofill;
21 import android.service.autofill.FillResponse;
H A DISaveCallback.aidl17 package android.service.autofill;
H A DInternalSanitizer.java16 package android.service.autofill;
22 import android.view.autofill.AutofillValue;
H A DValueFinder.java16 package android.service.autofill;
21 import android.view.autofill.AutofillId;
22 import android.view.autofill.AutofillValue;
H A DIAutofillFieldClassificationService.aidl17 package android.service.autofill;
21 import android.view.autofill.AutofillValue;
H A DAutofillServiceHelper.java17 package android.service.autofill;
20 import android.view.autofill.AutofillId;
H A DInternalValidator.java16 package android.service.autofill;
/frameworks/base/core/java/android/view/autofill/
H A DAutofillId.aidl17 package android.view.autofill;
H A DAutofillValue.aidl17 package android.view.autofill;
H A DAutofillManagerInternal.java16 package android.view.autofill;
H A DIAutofillWindowPresenter.aidl17 package android.view.autofill;
H A DIAutoFillManagerClient.aidl17 package android.view.autofill;
25 import android.view.autofill.AutofillId;
26 import android.view.autofill.AutofillValue;
27 import android.view.autofill.IAutofillWindowPresenter;
37 * Notifies the client when the autofill enabled state changed.
44 void autofill(int sessionId, in List<AutofillId> ids, in List<AutofillValue> values);
78 * Dispatches unhandled keyevent from autofill ui. Autofill ui handles DPAD and ENTER events,
79 * other unhandled keyevents are dispatched to app's window to filter autofill result.
80 * Note this method is not called when autofill ui is in fullscreen mode (TV only).
96 * @param newState STATE_FINISHED (because the autofill servic
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillCompatAccessibilityService.java17 package com.android.server.autofill;
23 * Pseudo accessibility service reported to apps in autofill compatibility mode.
/frameworks/base/packages/ExtServices/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java16 package android.ext.services.autofill;
18 import static android.ext.services.autofill.EditDistanceScorer.DEFAULT_ALGORITHM;
23 import android.service.autofill.AutofillFieldClassificationService;
25 import android.view.autofill.AutofillValue;
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImplTest.java17 package android.ext.services.autofill;
26 import android.view.autofill.AutofillValue;

Completed in 146 milliseconds

12345