Searched refs:expectAutofill (Results 1 – 9 of 9) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | PartitionedActivityTest.java | 119 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 …]
|
D | DialogLauncherActivityTest.java | 106 mActivity.expectAutofill("dude", "sweet");
|
D | WebViewActivityTest.java | 124 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/ |
D | MutableAutofillIdTest.java | 126 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/ |
D | InlineWebViewActivityTest.java | 126 myWebView.expectAutofill("dude", "sweet"); 195 myWebView.expectAutofill("dude", "sweet");
|
D | InlineAugmentedWebViewActivityTest.java | 174 myWebView.expectAutofill("dude", "sweet");
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | MyWebView.java | 55 public void expectAutofill(String username, String password) { in expectAutofill() method in MyWebView
|
D | DialogLauncherActivity.java | 85 public void expectAutofill(String username, String password) { in expectAutofill() method in DialogLauncherActivity
|
D | GridActivity.java | 153 public FillExpectation expectAutofill() { in expectAutofill() method in GridActivity
|