Home
last modified time | relevance | path

Searched refs:autofill (Results 1 – 25 of 89) sorted by relevance

1234

/cts/hostsidetests/devicepolicy/app/AutofillApp/src/com/android/cts/devicepolicy/autofillapp/
DSimpleAutofillService.java21 import android.service.autofill.AutofillService;
22 import android.service.autofill.FillCallback;
23 import android.service.autofill.FillRequest;
24 import android.service.autofill.SaveCallback;
25 import android.service.autofill.SaveRequest;
/cts/tests/autofillservice/src/android/autofillservice/cts/
DCustomDescriptionUnitTest.java25 import android.service.autofill.BatchUpdates;
26 import android.service.autofill.CustomDescription;
27 import android.service.autofill.InternalOnClickAction;
28 import android.service.autofill.InternalTransformation;
29 import android.service.autofill.InternalValidator;
30 import android.service.autofill.OnClickAction;
31 import android.service.autofill.Transformation;
32 import android.service.autofill.Validator;
DNoOpAutofillService.java19 import android.service.autofill.AutofillService;
20 import android.service.autofill.FillCallback;
21 import android.service.autofill.FillRequest;
22 import android.service.autofill.SaveCallback;
23 import android.service.autofill.SaveRequest;
DBadAutofillService.java19 import android.service.autofill.AutofillService;
20 import android.service.autofill.FillCallback;
21 import android.service.autofill.FillRequest;
22 import android.service.autofill.SaveCallback;
23 import android.service.autofill.SaveRequest;
DSaveInfoTest.java19 import static android.service.autofill.SaveInfo.FLAG_DELAY_SAVE;
20 import static android.service.autofill.SaveInfo.FLAG_DONT_SAVE_ON_FINISH;
21 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC;
29 import android.service.autofill.InternalSanitizer;
30 import android.service.autofill.Sanitizer;
31 import android.service.autofill.SaveInfo;
32 import android.view.autofill.AutofillId;
DValidatorTest.java22 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC;
30 import android.service.autofill.InternalValidator;
31 import android.service.autofill.LuhnChecksumValidator;
32 import android.service.autofill.ValueFinder;
34 import android.view.autofill.AutofillId;
DValidatorsTest.java19 import static android.service.autofill.Validators.and;
20 import static android.service.autofill.Validators.not;
21 import static android.service.autofill.Validators.or;
31 import android.service.autofill.InternalValidator;
32 import android.service.autofill.Validator;
33 import android.service.autofill.ValueFinder;
DFillResponseTest.java19 import static android.service.autofill.FillResponse.FLAG_DISABLE_ACTIVITY_ONLY;
20 import static android.service.autofill.FillResponse.FLAG_TRACK_CONTEXT_COMMITED;
29 import android.service.autofill.Dataset;
30 import android.service.autofill.FillResponse;
31 import android.service.autofill.SaveInfo;
32 import android.service.autofill.UserData;
33 import android.view.autofill.AutofillId;
34 import android.view.autofill.AutofillValue;
DCustomDescriptionDateTest.java22 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC;
29 import android.service.autofill.CustomDescription;
30 import android.service.autofill.DateTransformation;
31 import android.service.autofill.DateValueSanitizer;
34 import android.view.autofill.AutofillId;
DDateTransformationTest.java30 import android.service.autofill.DateTransformation;
31 import android.service.autofill.ValueFinder;
32 import android.view.autofill.AutofillId;
33 import android.view.autofill.AutofillValue;
DOnClickActionTest.java32 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC;
36 import android.service.autofill.CharSequenceTransformation;
37 import android.service.autofill.FillContext;
38 import android.service.autofill.OnClickAction;
39 import android.service.autofill.VisibilitySetterAction;
42 import android.view.autofill.AutofillId;
DBatchUpdatesTest.java25 import android.service.autofill.BatchUpdates;
26 import android.service.autofill.InternalTransformation;
27 import android.service.autofill.Transformation;
DInstrumentedAutoFillService.java42 import android.service.autofill.AutofillService;
43 import android.service.autofill.Dataset;
44 import android.service.autofill.FillCallback;
45 import android.service.autofill.FillContext;
46 import android.service.autofill.FillEventHistory;
47 import android.service.autofill.FillEventHistory.Event;
48 import android.service.autofill.FillResponse;
49 import android.service.autofill.SaveCallback;
213 public void onFillRequest(android.service.autofill.FillRequest request, in onFillRequest()
241 public void onSaveRequest(android.service.autofill.SaveRequest request, in onSaveRequest()
[all …]
DPreSimpleSaveActivityTest.java26 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_EMAIL_ADDRESS;
27 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PASSWORD;
32 import android.service.autofill.BatchUpdates;
33 import android.service.autofill.CustomDescription;
34 import android.service.autofill.RegexValidator;
35 import android.service.autofill.Validator;
39 import android.view.autofill.AutofillId;
DRegexValidatorTest.java26 import android.service.autofill.RegexValidator;
27 import android.service.autofill.ValueFinder;
28 import android.view.autofill.AutofillId;
DCustomDescriptionTest.java23 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC;
29 import android.service.autofill.BatchUpdates;
30 import android.service.autofill.CharSequenceTransformation;
31 import android.service.autofill.CustomDescription;
32 import android.service.autofill.FillContext;
33 import android.service.autofill.ImageTransformation;
34 import android.service.autofill.RegexValidator;
35 import android.service.autofill.TextValueSanitizer;
36 import android.service.autofill.Validator;
40 import android.view.autofill.AutofillId;
DDatasetTest.java25 import android.service.autofill.Dataset;
26 import android.view.autofill.AutofillId;
27 import android.view.autofill.AutofillValue;
DCannedFillResponse.java26 import android.service.autofill.Dataset;
27 import android.service.autofill.FillCallback;
28 import android.service.autofill.FillContext;
29 import android.service.autofill.FillResponse;
30 import android.service.autofill.SaveInfo;
31 import android.service.autofill.UserData;
34 import android.view.autofill.AutofillId;
35 import android.view.autofill.AutofillValue;
DWebViewMultiScreenLoginActivityTest.java28 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PASSWORD;
29 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_USERNAME;
38 import android.service.autofill.CharSequenceTransformation;
39 import android.service.autofill.SaveInfo;
43 import android.view.autofill.AutofillId;
DMultiScreenDifferentActivitiesTest.java22 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PASSWORD;
23 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_USERNAME;
32 import android.service.autofill.SaveInfo;
DLuhnChecksumValidatorTest.java26 import android.service.autofill.LuhnChecksumValidator;
27 import android.service.autofill.ValueFinder;
28 import android.view.autofill.AutofillId;
DVirtualContainerView.java48 import android.view.autofill.AutofillId;
49 import android.view.autofill.AutofillManager;
50 import android.view.autofill.AutofillValue;
130 public void autofill(SparseArray<AutofillValue> values) { in autofill() method in VirtualContainerView
134 super.autofill(values); in autofill()
141 item.autofill(value.getTextValue()); in autofill()
382 item.autofill(text); in setCompatMode()
586 private void autofill(CharSequence value) { in autofill() method in VirtualContainerView.Item
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCannedAugmentedFillResponse.java22 import android.service.autofill.augmented.FillCallback;
23 import android.service.autofill.augmented.FillController;
24 import android.service.autofill.augmented.FillRequest;
25 import android.service.autofill.augmented.FillResponse;
26 import android.service.autofill.augmented.FillWindow;
27 import android.service.autofill.augmented.PresentationParams;
28 import android.service.autofill.augmented.PresentationParams.Area;
33 import android.view.autofill.AutofillId;
34 import android.view.autofill.AutofillValue;
140 controller.autofill(values); in asFillResponse()
DCtsAugmentedAutofillService.java33 import android.service.autofill.augmented.AugmentedAutofillService;
34 import android.service.autofill.augmented.FillCallback;
35 import android.service.autofill.augmented.FillController;
36 import android.service.autofill.augmented.FillRequest;
37 import android.service.autofill.augmented.FillResponse;
40 import android.view.autofill.AutofillManager;
DAugmentedHelper.java20 import static android.view.autofill.AutofillManager.MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS;
30 import android.service.autofill.augmented.FillRequest;
33 import android.view.autofill.AutofillId;
34 import android.view.autofill.AutofillValue;

1234