Home
last modified time | relevance | path

Searched refs:expectationResources (Results 1 – 2 of 2) sorted by relevance

/cts/tests/core/runner/src/com/android/cts/core/runner/
DExpectationBasedFilter.java82 Set<String> expectationResources = new LinkedHashSet<>( in ExpectationBasedFilter() local
84 Log.i(TAG, "Loading expectations from: " + expectationResources); in ExpectationBasedFilter()
86 getClass(), expectationResources, ModeId.DEVICE); in ExpectationBasedFilter()
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java141 Class<?> owningClass, Set<String> expectationResources, ModeId mode) in parseResources() argument
144 for (String expectationsPath : expectationResources) { in parseResources()