Searched refs:invocationResult (Results 1 – 4 of 4) sorted by relevance
254 IInvocationResult invocationResult = mReporter.getResult(); in testRetry() local255 IModuleResult moduleResult = invocationResult.getOrCreateModule(ID); in testRetry()310 IInvocationResult invocationResult = mReporter.getResult(); in testRetryCanSetDone() local311 IModuleResult moduleResult = invocationResult.getOrCreateModule(ID); in testRetryCanSetDone()349 IInvocationResult invocationResult = mReporter.getResult(); in testRetryCannotSetDone() local350 IModuleResult moduleResult = invocationResult.getOrCreateModule(ID); in testRetryCannotSetDone()558 IInvocationResult invocationResult = mReporter.getResult(); in testRetryWithRunHistory() local559 IModuleResult moduleResult = invocationResult.getOrCreateModule(ID); in testRetryWithRunHistory()569 invocationResult.addInvocationInfo( in testRetryWithRunHistory()603 assertEquals(expectedRunHistory, invocationResult.getInvocationInfo().get("run_history")); in testRetryWithRunHistory()
143 public void addInvocation(IInvocationResult invocationResult) { in addInvocation() argument144 for (IModuleResult module : invocationResult.getModules()) { in addInvocation()145 String buildFingerprint = invocationResult.getBuildFingerprint(); in addInvocation()
583 private static void createChecksum(File resultDir, IInvocationResult invocationResult) { in createChecksum() argument584 RetryChecksumStatus retryStatus = invocationResult.getRetryChecksumStatus(); in createChecksum()588 ChecksumReporter.tryCreateChecksum(resultDir, invocationResult); in createChecksum()593 File retryDirectory = invocationResult.getRetryDirectory(); in createChecksum()
916 IInvocationResult invocationResult) { in addBuildInfoToResult() argument918 invocationResult.addInvocationInfo(entry.getKey(), entry.getValue())); in addBuildInfoToResult()