Home
last modified time | relevance | path

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

/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java207 List<IInvocationResult> lightResults = ResultHandler.getLightResults(resultsDir); in testGetLightResults() local
208 assertEquals("Expected one result", 1, lightResults.size()); in testGetLightResults()
209 IInvocationResult lightResult = lightResults.get(0); in testGetLightResults()