Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java412 static File writeResultDir(File resultsDir, boolean newTestFormat) throws IOException { in writeResultDir() argument
415 return writeResultDir(resultsDir, buildInfo, newTestFormat); in writeResultDir()
422 static File writeResultDir(File resultsDir, String buildInfo, boolean newTestFormat) in writeResultDir() argument
439 if (newTestFormat) { in writeResultDir()
504 static void checkResult(IInvocationResult result, boolean newTestFormat) throws Exception { in checkResult() argument
505 checkResult(result, EXAMPLE_BUILD_FINGERPRINT, newTestFormat, true); in checkResult()
514 IInvocationResult result, String expectedBuildFingerprint, boolean newTestFormat, in checkResult() argument
613 if (!newTestFormat) { in checkResult()