Home
last modified time | relevance | path

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

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