Home
last modified time | relevance | path

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

/external/vogar/src/vogar/
DAnnotatedOutcome.java76 public ResultValue getMostRecentResultValue(ResultValue defaultValue) { in getMostRecentResultValue() method in AnnotatedOutcome
DConsole.java229 ResultValue mostRecentResultValue = annotatedOutcome.getMostRecentResultValue(null); in summarizeOutcomes()