Home
last modified time | relevance | path

Searched refs:expectAutoFill (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutofillValueTest.java181 boolean expectAutoFill) throws Exception {
202 if (expectAutoFill) {
235 boolean expectAutoFill) throws Exception {
255 if (expectAutoFill) {
288 boolean expectAutoFill) throws Exception {
311 if (expectAutoFill) {
349 boolean expectAutoFill) throws Exception {
378 if (expectAutoFill) {
418 boolean expectAutoFill) throws Exception {
447 if (expectAutoFill) {
[all …]
DLoginActivityTest.java177 mActivity.expectAutoFill("dude", "sweet"); in testAutofillAutomaticallyAfterServiceReturnedNoDatasets()
219 mActivity.expectAutoFill("dude", "sweet"); in testAutofillManuallyAfterServiceReturnedNoDatasets()
280 mActivity.expectAutoFill("dude", "sweet"); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()
451 mActivity.expectAutoFill("dude", "sweet"); in autofillOneDatasetTest()
513 mActivity.expectAutoFill("dude", "sweet"); in testAutofillAgainAfterOnFailure()
625 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillTwoDatasetsSameNumberOfFields()
674 mActivity.expectAutoFill("dude", "sweet"); in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
676 mActivity.expectAutoFill("DUDE"); in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
721 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillDatasetWithoutFieldIsIgnored()
773 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillOneDatasetAndMoveFocusAround()
[all …]
DOptionalSaveActivityTest.java196 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
221 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
245 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
269 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
336 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
349 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
362 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
375 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
641 mActivity.expectAutoFill("742 Evergreen Terrace", "Simpsons House",
678 mActivity.expectAutoFill("742 Evergreen Terrace", "Simpsons House",
[all …]
DAuthenticationTest.java84 mActivity.expectAutoFill("dude", "sweet"); in datasetAuthTwoFields()
171 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthTwoFieldsReplaceResponse()
225 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthTwoFieldsNoValues()
278 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthTwoDatasets()
340 mActivity.expectAutoFill("dude", "sweet"); in datasetAuthMixedTest()
342 mActivity.expectAutoFill("DUDE", "SWEET"); in datasetAuthMixedTest()
391 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthNoFiltering()
461 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthFilteringUsingAutofillValue()
538 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthFilteringUsingRegex()
621 mActivity.expectAutoFill("DUDE", "SWEET"); in datasetAuthMixedFilteringTest()
[all …]
DFillEventHistoryTest.java96 mActivity.expectAutoFill("dude", "sweet"); in testDatasetAuthenticationSelected()
166 mActivity.expectAutoFill("username"); in testDatasetSelected_twoResponses()
248 mActivity.expectAutoFill("username"); in testNoEvents_whenServiceReturnsNullResponse()
285 mActivity.expectAutoFill("username"); in testNoEvents_whenServiceReturnsFailure()
322 mActivity.expectAutoFill("username"); in testNoEvents_whenServiceTimesout()
494 mActivity.expectAutoFill(BACKDOOR_USERNAME); in testContextCommitted_withoutFlagOnLastResponse()
556 mActivity.expectAutoFill("username1", "password1"); in testContextCommitted_idlessDatasets()
607 mActivity.expectAutoFill("username1", "password1"); in testContextCommitted_idlessDatasetSelected_datasetWithIdIgnored()
669 mActivity.expectAutoFill("username2", "password2"); in testContextCommitted_idlessDatasetIgnored_datasetWithIdSelected()
789 mActivity.expectAutoFill("username1", "password1"); in testContextCommitted_oneDatasetSelected()
[all …]
DVirtualContainerActivityTest.java174 mActivity.expectAutoFill("dude", "sweet"); in autofillTest()
272 mActivity.expectAutoFill("DUDE", "SWEET"); in testAutofillTwoDatasets()
313 mActivity.expectAutoFill("dude", "sweet"); in testAutofillManuallyOneDataset()
358 mActivity.expectAutoFill("dude", "sweet"); in autofillManuallyTwoDatasets()
360 mActivity.expectAutoFill("jenny", "8675309"); in autofillManuallyTwoDatasets()
390 mActivity.expectAutoFill("dude", "sweet"); in testAutofillCallbacks()
480 mActivity.expectAutoFill("dude", "sweet"); in testSaveDialogNotShownWhenBackIsPressed()
DSimpleSaveActivity.java106 public FillExpectation expectAutoFill(String input) { in expectAutoFill() method in SimpleSaveActivity
112 public FillExpectation expectAutoFill(String input, String password) { in expectAutoFill() method in SimpleSaveActivity
DAttachedContextActivityTest.java53 final FillExpectation fillExpectation = mActivity.expectAutoFill("attack!");
DPreSimpleSaveActivity.java62 public FillExpectation expectAutoFill(String input) { in expectAutoFill() method in PreSimpleSaveActivity
DAttachedContextActivity.java57 FillExpectation expectAutoFill(String input) { in expectAutoFill() method in AttachedContextActivity
DDisableAutofillTest.java113 activity.expectAutoFill("id", "pass"); in launchSimpleSaveActivity()
160 activity.expectAutoFill("yo"); in launchPreSimpleSaveActivity()
DLoginActivity.java175 public void expectAutoFill(String username, String password) { in expectAutoFill() method in LoginActivity
185 public void expectAutoFill(String username) { in expectAutoFill() method in LoginActivity
DLoginWithCustomHighlightActivityTest.java60 mActivity.expectAutoFill("dude");
DCheckoutActivityTest.java94 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
139 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
182 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
DTimePickerTestCase.java65 mActivity.expectAutoFill("4:20", 4, 20); in testAutoFillAndSave()
DDatePickerTestCase.java65 mActivity.expectAutoFill("2012/11/20", 2012, Calendar.DECEMBER, 20); in testAutoFillAndSave()
DVirtualContainerActivity.java82 void expectAutoFill(String username, String password) { in expectAutoFill() method in VirtualContainerActivity
DSimpleSaveActivityTest.java121 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass"); in testAutoFillOneDatasetAndSave()
174 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass"); in testAutoFillOneDatasetAndSave_largeAssistStructure()
696 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass"); in testTapHomeWhileDatasetPickerUiIsShowing()
747 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass"); in testTapHomeWhileSaveUiIsShowing()
990 final FillExpectation autofillExpecation1 = mActivity.expectAutoFill("id"); in testSelectedDatasetsAreSentOnSaveRequest()
997 final FillExpectation autofillExpecation2 = mActivity.expectAutoFill("id again", "pass"); in testSelectedDatasetsAreSentOnSaveRequest()
DDatasetFilteringTest.java605 mActivity.expectAutoFill("aa"); in resetFilterTest()
609 mActivity.expectAutoFill("ab"); in resetFilterTest()
613 mActivity.expectAutoFill("b"); in resetFilterTest()
DAbstractTimePickerActivity.java92 void expectAutoFill(String output, int hour, int minute) { in expectAutoFill() method in AbstractTimePickerActivity
DAbstractDatePickerActivity.java96 void expectAutoFill(String output, int year, int month, int day) { in expectAutoFill() method in AbstractDatePickerActivity
DOptionalSaveActivity.java110 void expectAutoFill(@Nullable String address1, @Nullable String address2, @Nullable String city, in expectAutoFill() method in OptionalSaveActivity
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAbstractLoginNotImportantForAutofillTestCase.java80 mActivity.expectAutoFill("dude"); in testAutofill_oneField()
117 mActivity.expectAutoFill("dude", "sweet"); in testAutofill_twoFields()
153 mActivity.expectAutoFill("dude"); in testAutofill_manualRequest()
209 mActivity.expectAutoFill("dude"); in testAutofill_autoThenManualRequests()
DAugmentedLoginActivityTest.java188 mActivity.expectAutoFill("dude", "sweet");
256 mActivity.expectAutoFill("dude", "sweet");
301 mActivity.expectAutoFill("dude");
370 mActivity.expectAutoFill("dude", "sweet");
479 mActivity.expectAutoFill("dude", "sweet");
549 mActivity.expectAutoFill("dude", "sweet");
572 mActivity.expectAutoFill("dude");
667 mActivity.expectAutoFill("dude", "sweet");
771 currentActivity.expectAutoFill("dude5");
793 mActivity.expectAutoFill("dude");
[all …]
DDisableAutofillTest.java71 .expectAutoFill("dude"); in testAugmentedAutofill_standardAutofillDisabledByService_sameActivity()
125 .expectAutoFill("dude"); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()

12