Searched refs:BedsteadResult (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.bedstead.harrier.BedsteadResult.ASSUMPTION_FAILED_RESULT;20 import static com.android.bedstead.harrier.BedsteadResult.FAILED_RESULT;21 import static com.android.bedstead.harrier.BedsteadResult.IGNORED_RESULT;22 import static com.android.bedstead.harrier.BedsteadResult.PASSED_RESULT;60 for (BedsteadResult result : BedsteadRunResultsProvider.sResults.values()) { in thereAreUnreadResults()77 new BedsteadResult(mIndex, getTestName(description))); in testStarted()87 BedsteadResult result = BedsteadRunResultsProvider.sResults.get( in testFinished()99 BedsteadResult result = BedsteadRunResultsProvider.sResults.get( in testFailure()112 BedsteadResult result = BedsteadRunResultsProvider.sResults.get( in testAssumptionFailure()125 BedsteadResult result = BedsteadRunResultsProvider.sResults.get( in testIgnored()
22 public final class BedsteadResult { class37 public BedsteadResult(int index, String testName) { in BedsteadResult() method in BedsteadResult
34 public static final ConcurrentHashMap<Integer, BedsteadResult> sResults =57 BedsteadResult result = sResults.get(target); in query()