Searched refs:expectation (Results 1 – 9 of 9) sorted by relevance
131 final FillExpectation expectation = new FillExpectation(input, null); in expectAutoFill() local132 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()133 return expectation; in expectAutoFill()137 final FillExpectation expectation = new FillExpectation(input, password); in expectInputPasswordTextChange() local138 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()
68 final FillExpectation expectation = expectInputTextChange(input); in setTextAndWaitTextChange() local70 expectation.assertTextChange(); in setTextAndWaitTextChange()74 final FillExpectation expectation = new FillExpectation(input); in expectInputTextChange() local75 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectInputTextChange()76 return expectation; in expectInputTextChange()
60 final FillExpectation expectation = new FillExpectation(input); in expectAutoFill() local61 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()62 return expectation; in expectAutoFill()
91 Expectation expectation = mExpectationStore.get(testName); in test() local92 if (expectation.getResult() != Result.SUCCESS) { in test()94 + " as it matches expectation: " + expectation); in test()
104 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local105 if (expectation != null) { in getByNameOrPackage()106 return expectation; in getByNameOrPackage()241 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local244 if (map.put(name, expectation) != null) { in readExpectation()
136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() argument138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL; in getResultValue()
126 final FillExpectation expectation = mActivity.expectAutofill() in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local129 expectation.assertAutoFilled(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
1270 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleDatasetsOverlapping() local1273 expectation in autofillMultipleDatasetsOverlapping()1283 expectation in autofillMultipleDatasetsOverlapping()1297 expectation.assertAutoFilled(); in autofillMultipleDatasetsOverlapping()2041 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleAuthDatasetsOverlapping() local2044 expectation in autofillMultipleAuthDatasetsOverlapping()2054 expectation in autofillMultipleAuthDatasetsOverlapping()2068 expectation.assertAutoFilled(); in autofillMultipleAuthDatasetsOverlapping()2274 final FillExpectation expectation = mActivity.expectAutofill() in testNoMorePartitionsAfterLimitReached() local2277 expectation.assertAutoFilled(); in testNoMorePartitionsAfterLimitReached()
46 3. Rename file names to match the test expectation.