Searched refs:outcomes (Results 1 – 2 of 2) sorted by relevance
63 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore87 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()
26 README in tools/apksig/) to create invalid or unsupported outcomes.