Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DLightInvocationResultTest.java45 LightInvocationResult lightResult = new LightInvocationResult(fullResult); in testLightInvocationResultInstatiate() local
DResultHandlerTest.java421 IInvocationResult lightResult = lightResults.get(0); in testGetLightResults() local
496 static void checkLightResult(IInvocationResult lightResult) throws Exception { in checkLightResult()