Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DLightInvocationResultTest.java44 IInvocationResult fullResult = ResultHandler.getResultFromDir(resultDir); in testLightInvocationResultInstatiate()
DResultHandlerTest.java275 result = ResultHandler.getResultFromDir(resultDir); in testSerialization()
388 checkResult(ResultHandler.getResultFromDir(resultDir), false); in testParsing()
394 checkResult(ResultHandler.getResultFromDir(resultDir), true); in testParsing_newTestFormat()
403 ResultHandler.getResultFromDir(resultDir), in testParsing_usesUnalteredBuildFingerprintWhenPresent()
414 ResultHandler.getResultFromDir(resultDir), EXAMPLE_BUILD_FINGERPRINT, false, true); in testParsing_whenUnalteredBuildFingerprintIsEmpty_usesRegularBuildFingerprint()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java145 IInvocationResult result = getResultFromDir(resultDir, false); in getLightResults()
162 public static IInvocationResult getResultFromDir(File resultDir) { in getResultFromDir() method in ResultHandler
163 return getResultFromDir(resultDir, false); in getResultFromDir()
171 public static IInvocationResult getResultFromDir(File resultDir, Boolean useChecksum) { in getResultFromDir() method in ResultHandler
644 IInvocationResult result = getResultFromDir(resultDir, useChecksum); in findResult()