Home
last modified time | relevance | path

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

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