Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java425 static File writeResultDir(File resultsDir, boolean newTestFormat) throws IOException { in writeResultDir() argument
428 return writeResultDir(resultsDir, buildInfo, newTestFormat); in writeResultDir()
435 static File writeResultDir(File resultsDir, String buildInfo, boolean newTestFormat) in writeResultDir() argument
452 if (newTestFormat) { in writeResultDir()
517 static void checkResult(IInvocationResult result, boolean newTestFormat) throws Exception { in checkResult() argument
518 checkResult(result, EXAMPLE_BUILD_FINGERPRINT, newTestFormat, true); in checkResult()
527 IInvocationResult result, String expectedBuildFingerprint, boolean newTestFormat, in checkResult() argument
647 if (!newTestFormat) { in checkResult()