Home
last modified time | relevance | path

Searched refs:expectAutofill (Results 1 – 9 of 9) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java119 final FillExpectation expectation1 = mActivity.expectAutofill() in testAutofillTwoPartitionsSkipFirst()
129 final FillExpectation expectation2 = mActivity.expectAutofill() in testAutofillTwoPartitionsSkipFirst()
155 final FillExpectation expectation1 = mActivity.expectAutofill() in testAutofillTwoPartitionsInSequence()
183 final FillExpectation expectation2 = mActivity.expectAutofill() in testAutofillTwoPartitionsInSequence()
228 final FillExpectation expectation1 = mActivity.expectAutofill() in autofill4PartitionsTest()
261 final FillExpectation expectation2 = mActivity.expectAutofill() in autofill4PartitionsTest()
296 final FillExpectation expectation3 = mActivity.expectAutofill() in autofill4PartitionsTest()
333 final FillExpectation expectation4 = mActivity.expectAutofill() in autofill4PartitionsTest()
378 final FillExpectation expectation1 = mActivity.expectAutofill() in testAutofill4PartitionsMixManualAndAuto()
409 final FillExpectation expectation2 = mActivity.expectAutofill() in testAutofill4PartitionsMixManualAndAuto()
[all …]
DDialogLauncherActivityTest.java106 mActivity.expectAutofill("dude", "sweet");
DWebViewActivityTest.java124 myWebView.expectAutofill("dude", "sweet");
247 myWebView.expectAutofill("dude", "sweet");
325 myWebView.expectAutofill("dude", "sweet");
498 myWebView.expectAutofill("dude", "sweet");
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java126 final FillExpectation expectation = mActivity.expectAutofill() in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
169 final FillExpectation expectation1 = mActivity.expectAutofill().onCell(1, 2, "l1c2"); in testViewGoneDuringAutofillCanStillBeFilled()
182 final FillExpectation expectation2 = mActivity.expectAutofill().onCell(1, 1, "l1c1"); in testViewGoneDuringAutofillCanStillBeFilled()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineWebViewActivityTest.java126 myWebView.expectAutofill("dude", "sweet");
195 myWebView.expectAutofill("dude", "sweet");
DInlineAugmentedWebViewActivityTest.java174 myWebView.expectAutofill("dude", "sweet");
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMyWebView.java55 public void expectAutofill(String username, String password) { in expectAutofill() method in MyWebView
DDialogLauncherActivity.java85 public void expectAutofill(String username, String password) { in expectAutofill() method in DialogLauncherActivity
DGridActivity.java153 public FillExpectation expectAutofill() { in expectAutofill() method in GridActivity