Home
last modified time | relevance | path

Searched defs:lightResult (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DLightInvocationResultTest.java45 LightInvocationResult lightResult = new LightInvocationResult(fullResult); in testLightInvocationResultInstatiate() local
DResultHandlerTest.java408 IInvocationResult lightResult = lightResults.get(0); in testGetLightResults() local
483 static void checkLightResult(IInvocationResult lightResult) throws Exception { in checkLightResult()