Searched refs:IInvocationResult (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | LightInvocationResultTest.java | 44 IInvocationResult fullResult = ResultHandler.getResultFromDir(resultDir); in testLightInvocationResultInstatiate()
|
D | ResultHandlerTest.java | 195 IInvocationResult result = new InvocationResult(); in testSerialization() 286 IInvocationResult result = new InvocationResult(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 419 List<IInvocationResult> lightResults = ResultHandler.getLightResults(resultsDir); in testGetLightResults() 421 IInvocationResult lightResult = lightResults.get(0); in testGetLightResults() 496 static void checkLightResult(IInvocationResult lightResult) throws Exception { in checkLightResult() 517 static void checkResult(IInvocationResult result, boolean newTestFormat) throws Exception { in checkResult() 521 static void checkRunHistory(IInvocationResult result) { in checkRunHistory() 527 IInvocationResult result, String expectedBuildFingerprint, boolean newTestFormat, in checkResult()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | IInvocationResult.java | 26 public interface IInvocationResult { interface
|
D | ResultHandler.java | 138 public static List<IInvocationResult> getLightResults(File resultsDir) { in getLightResults() 139 List<IInvocationResult> results = new ArrayList<>(); in getLightResults() 145 IInvocationResult result = getResultFromDir(resultDir, false); in getLightResults() 162 public static IInvocationResult getResultFromDir(File resultDir) { in getResultFromDir() 171 public static IInvocationResult getResultFromDir(File resultDir, Boolean useChecksum) { in getResultFromDir() 179 IInvocationResult invocation = new InvocationResult(); in getResultFromDir() 395 IInvocationResult result, in writeResults() 596 private static void createChecksum(File resultDir, IInvocationResult invocationResult) { in createChecksum() 630 public static IInvocationResult findResult(File resultsDir, Integer sessionId) { in findResult() 637 private static IInvocationResult findResult( in findResult() [all …]
|
D | LightInvocationResult.java | 31 public class LightInvocationResult implements IInvocationResult { 51 public LightInvocationResult(IInvocationResult result) { in LightInvocationResult()
|
D | ScreenshotsMetadataHandler.java | 49 public static File writeResults(IInvocationResult result, File resultDir) in writeResults()
|
D | ChecksumReporter.java | 71 public static boolean tryCreateChecksum(File dir, IInvocationResult result) { in tryCreateChecksum() 143 public void addInvocation(IInvocationResult invocationResult) { in addInvocation() 372 private static int countTestResults(IInvocationResult invocation) { in countTestResults()
|
D | InvocationResult.java | 32 public class InvocationResult implements IInvocationResult {
|