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.java109 final FillExpectation expectation = new FillExpectation(input, null); in expectInputTextChange() local
110 mInput.addTextChangedListener(expectation.mInputWatcher); in expectInputTextChange()
111 return expectation; in expectInputTextChange()
119 final FillExpectation expectation = new FillExpectation(input, password); in expectAutoFill() local
120 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
121 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectAutoFill()
122 return expectation; in expectAutoFill()
DPreSimpleSaveActivity.java65 final FillExpectation expectation = new FillExpectation(input); in expectAutoFill() local
66 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
67 return expectation; in expectAutoFill()
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/
DExpectationBasedFilter.java106 Expectation expectation = expectationStore.get(testName); in shouldRun() local
107 if (expectation.getResult() != Result.SUCCESS) { in shouldRun()
109 + " as it matches expectation: " + expectation); in shouldRun()
/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.java125 final FillExpectation expectation = mActivity.expectAutofill() in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local
128 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.