Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java63 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore
87 Expectation exactNameMatch = outcomes.get(outcome.getName()); in get()
104 Expectation expectation = outcomes.get(name); in getByNameOrPackage()
242 Map<String, Expectation> map = isFailure ? failures : outcomes; in readExpectation()
269 return outcomes; in getAllOutComes()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.txt26 README in tools/apksig/) to create invalid or unsupported outcomes.