Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 7 of 7) sorted by relevance

/cts/tools/utils/
DVogarUtils.java55 Expectation expectation = expectationStore.get(fullTestName); in isVogarKnownFailure() local
99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) { in extractSupportedAbis()
126 Expectation expectation = expectationStore.get(fullTestName); in extractSupportedAbis() local
169 public static int timeoutInMinutes(Expectation expectation) { in timeoutInMinutes()
DDescriptionGenerator.java577 Expectation expectation = expectationStore.get( in getTestMethods() local
/cts/libs/vogar-expect/src/vogar/
DAnnotatedOutcome.java38 private final Expectation expectation; field in AnnotatedOutcome
47 AnnotatedOutcome(Outcome outcome, Expectation expectation, in AnnotatedOutcome()
DExpectationStore.java107 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
244 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DExpectationBasedFilter.java106 Expectation expectation = expectationStore.get(testName); in shouldRun() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java1278 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleDatasetsOverlapping() local
2080 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleAuthDatasetsOverlapping() local
2313 final FillExpectation expectation = mActivity.expectAutofill() in testNoMorePartitionsAfterLimitReached() local