Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DSimpleSaveActivity.java131 final FillExpectation expectation = new FillExpectation(input, null); in expectAutoFill() local
132 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
133 return expectation; in expectAutoFill()
137 final FillExpectation expectation = new FillExpectation(input, password); in expectInputPasswordTextChange() local
138 if (expectation.mInputWatcher != null) { in expectInputPasswordTextChange()
139 mInput.addTextChangedListener(expectation.mInputWatcher); in expectInputPasswordTextChange()
141 if (expectation.mPasswordWatcher != null) { in expectInputPasswordTextChange()
142 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectInputPasswordTextChange()
144 return expectation; in expectInputPasswordTextChange()
DPreSimpleSaveActivity.java68 final FillExpectation expectation = expectInputTextChange(input); in setTextAndWaitTextChange() local
70 expectation.assertTextChange(); in setTextAndWaitTextChange()
74 final FillExpectation expectation = new FillExpectation(input); in expectInputTextChange() local
75 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectInputTextChange()
76 return expectation; in expectInputTextChange()
DAttachedContextActivity.java60 final FillExpectation expectation = new FillExpectation(input); in expectAutoFill() local
61 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
62 return expectation; in expectAutoFill()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/filter/
DCoreExpectationFilter.java91 Expectation expectation = mExpectationStore.get(testName); in test() local
92 if (expectation.getResult() != Result.SUCCESS) { in test()
94 + " as it matches expectation: " + expectation); in test()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java104 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
105 if (expectation != null) { in getByNameOrPackage()
106 return expectation; in getByNameOrPackage()
241 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local
244 if (map.put(name, expectation) != null) { in readExpectation()
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() argument
138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL; in getResultValue()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java126 final FillExpectation expectation = mActivity.expectAutofill() in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local
129 expectation.assertAutoFilled(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java1270 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleDatasetsOverlapping() local
1273 expectation in autofillMultipleDatasetsOverlapping()
1283 expectation in autofillMultipleDatasetsOverlapping()
1297 expectation.assertAutoFilled(); in autofillMultipleDatasetsOverlapping()
2041 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleAuthDatasetsOverlapping() local
2044 expectation in autofillMultipleAuthDatasetsOverlapping()
2054 expectation in autofillMultipleAuthDatasetsOverlapping()
2068 expectation.assertAutoFilled(); in autofillMultipleAuthDatasetsOverlapping()
2274 final FillExpectation expectation = mActivity.expectAutofill() in testNoMorePartitionsAfterLimitReached() local
2277 expectation.assertAutoFilled(); in testNoMorePartitionsAfterLimitReached()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md46 3. Rename file names to match the test expectation.