Home
last modified time | relevance | path

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

/cts/common/util/tests/src/com/android/compatibility/common/util/
DLightInvocationResultTest.java44 IInvocationResult fullResult = ResultHandler.getResultFromDir(resultDir); in testLightInvocationResultInstatiate()
DResultHandlerTest.java196 checkResult(ResultHandler.getResultFromDir(resultDir)); in testSerialization()
202 checkResult(ResultHandler.getResultFromDir(resultDir)); in testParsing()
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java128 IInvocationResult result = getResultFromDir(resultDir, false); in getLightResults()
145 public static IInvocationResult getResultFromDir(File resultDir) { in getResultFromDir() method in ResultHandler
146 return getResultFromDir(resultDir, false); in getResultFromDir()
154 public static IInvocationResult getResultFromDir(File resultDir, Boolean useChecksum) { in getResultFromDir() method in ResultHandler
508 IInvocationResult result = getResultFromDir(resultDir, useChecksum); in findResult()