Searched refs:setTextAndWaitTextChange (Results 1 – 8 of 8) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | SimpleSaveActivityTest.java | 150 mActivity.setTextAndWaitTextChange(/* input= */ "ID", /* password= */ "PASS"); in testAutoFillOneDatasetAndSave() 202 mActivity.setTextAndWaitTextChange(/* input= */ "ID", /* password= */ "PASS"); in testAutoFillOneDatasetAndSave_largeAssistStructure() 325 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in saveTest() 369 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in testPartitionedSave() 385 mActivity.setTextAndWaitTextChange(/* input= */ null, /* password= */ "42"); in testPartitionedSave() 424 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in testDelayedSave() 451 mActivity.setTextAndWaitTextChange(/* input= */ null, /* password= */ "42"); in testDelayedSave() 490 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in testSave_launchIntent() 525 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in testSaveThenStartNewSessionRightAwayShouldKeepSaveUi() 586 mActivity.setTextAndWaitTextChange(/* input= */ "108", /* password= */ null); in testCloseSaveUiThenStartNewSessionRightAway() [all …]
|
D | PreSimpleSaveActivityTest.java | 89 mActivity.setTextAndWaitTextChange("108"); in saveUiRestoredAfterTappingLinkTest() 147 mActivity.setTextAndWaitTextChange("108"); in tapLinkThenTapBackThenStartOverTest() 205 newActivty.setTextAndWaitTextChange(/* input= */ "42", /* password= */ null); in tapLinkThenTapBackThenStartOverTest() 238 mActivity.setTextAndWaitTextChange("108"); in saveUiCancelledAfterTappingLinkTest() 295 mActivity.setTextAndWaitTextChange("108"); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest() 328 newActivty.setTextAndWaitTextChange(/* input= */ "42", /* password= */ null); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest() 372 mActivity.setTextAndWaitTextChange("108"); in tapLinkAfterUpdateAppliedTest()
|
D | OnClickActionTest.java | 121 mActivity.setTextAndWaitTextChange(/* input= */ "42", /* password= */ "108");
|
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | InlineSimpleSaveActivityTest.java | 94 mActivity.setTextAndWaitTextChange(/* input= */ "ID", /* password= */ null); 147 mActivity.setTextAndWaitTextChange(/* input= */ "ID", /* password= */ null);
|
D | InlineFillEventHistoryTest.java | 116 mActivity.setTextAndWaitTextChange("ID", "PASS"); in testOneDatasetAndSave()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | PreSimpleSaveActivity.java | 67 public void setTextAndWaitTextChange(String input) throws Exception { in setTextAndWaitTextChange() method in PreSimpleSaveActivity
|
D | SimpleSaveActivity.java | 117 public void setTextAndWaitTextChange(String input, String password) throws Exception { in setTextAndWaitTextChange() method in SimpleSaveActivity
|
D | LoginActivity.java | 378 public void setTextAndWaitTextChange(String username, String password) throws Exception { in setTextAndWaitTextChange() method in LoginActivity
|